/* Colors */
/* SVG */
/*encode SVG as a data uri without it being in base64*/
/* line 3, C:/Users/lrent/Desktop/new css/scss/_main.scss */
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  
}


/* line 9, C:/Users/lrent/Desktop/new css/scss/_main.scss */
h1 {
  line-height: 100%;
}

/* line 13, C:/Users/lrent/Desktop/new css/scss/_main.scss */
html, body {
  height: 100%;
  font-size: 100%;
}

/* line 18, C:/Users/lrent/Desktop/new css/scss/_main.scss */
img {
  display: inline-block;
  vertical-align: middle;
  border: none;
}

/* line 24, C:/Users/lrent/Desktop/new css/scss/_main.scss */
.wf-loading body {
  opacity: 0;
}

/* line 28, C:/Users/lrent/Desktop/new css/scss/_main.scss */
.wf-active body,
.wf-inactive body {
  opacity: 1;
}

/* line 33, C:/Users/lrent/Desktop/new css/scss/_main.scss */
.clearfix,
.clear {
  *zoom: 1;
}

/* line 37, C:/Users/lrent/Desktop/new css/scss/_main.scss */
.clearfix:before, .clearfix:after,
.clear:before, .clear:after {
  content: " ";
  display: table;
}

/* line 42, C:/Users/lrent/Desktop/new css/scss/_main.scss */
.clearfix:after,
.clear {
  clear: both;
}

/* line 47, C:/Users/lrent/Desktop/new css/scss/_main.scss */
*, *:focus {
  outline: none;
}

/* line 51, C:/Users/lrent/Desktop/new css/scss/_main.scss */
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* line 57, C:/Users/lrent/Desktop/new css/scss/_main.scss */
.zero {
  font-size: 0;
}

/* line 62, C:/Users/lrent/Desktop/new css/scss/_main.scss */
.gca-block ul {
  list-style: inside;
  margin: auto;
  padding: 0 0 0 40px;
}

/* line 69, C:/Users/lrent/Desktop/new css/scss/_main.scss */
.img-wrap.center {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  overflow: hidden;
  min-width: 0;
  min-height: 0;
}

.img-wrap.center>span{display:block;}
.img-wrap.center>span>picture{display:block;}

/* line 81, C:/Users/lrent/Desktop/new css/scss/_main.scss */
.img-wrap.center > span > picture > img,
.img-wrap.center > span > img {
	height: 100%;
	width: auto;
	display: block;
	margin:0 auto;
	text-align:center;
}

/* line 88, C:/Users/lrent/Desktop/new css/scss/_main.scss */
.noscroll {
  position: fixed;
  overflow: hidden;
}

/* line 98, C:/Users/lrent/Desktop/new css/scss/_main.scss */
#loading {
  display: none;
  background: rgba(255, 255, 255, 0.8) url("/temas/stricker/images/loading.gif") no-repeat center center;
  width: 100%;
  height: 120%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
}

/* line 108, C:/Users/lrent/Desktop/new css/scss/_main.scss */
#loading.show {
  display: block;
}

/* line 116, C:/Users/lrent/Desktop/new css/scss/_main.scss */
input, textarea, select {
  /* -webkit-appearance: none !important;  */
  -webkit-border-radius: 0;
  border-radius: 0;
}

/* line 7, C:/Users/lrent/Desktop/new css/scss/style.scss */
* {
  -webkit-overflow-scrolling: touch;
  -moz-overflow-scrolling: touch;
  -ms-overflow-scrolling: touch;
  -o-overflow-scrolling: touch;
  overflow-scrolling: touch;
}

/* line 15, C:/Users/lrent/Desktop/new css/scss/style.scss */
body {
  background: #FFFFFF;
  padding: 0;
  color: #000000;
  font-family: "Open Sans", font70108, Arial, Helvetica, sans-serif;
  line-height: 100%;
  font-size: 14px;
  position: relative;
  cursor: default;
  margin: 0 auto;
  width: 100%;
  max-width: 1920px;
  min-width: 280px;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-out;
  -moz-transition: opacity 0.2s ease-out;
  -o-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}

/* line 38, C:/Users/lrent/Desktop/new css/scss/style.scss */
::selection {
  background: #0082be;
  color: #FFFFFF;
}

/* line 42, C:/Users/lrent/Desktop/new css/scss/style.scss */
::-moz-selection {
  background: #0082be;
  color: #FFFFFF;
}

/* line 47, C:/Users/lrent/Desktop/new css/scss/style.scss */
*:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #FFFFFF inset;
  -webkit-text-fill-color: inherit !important;
}

/* line 52, C:/Users/lrent/Desktop/new css/scss/style.scss */
.hide,
.hideForDesktopOnly,
.showForBigTabletOnly,
.showForTabletOnly,
.showForTabletAndMobileOnly,
.showForMobileOnly {
  display: none;
}

/* line 61, C:/Users/lrent/Desktop/new css/scss/style.scss */
.full-page {
  width: 92%;
  max-width: 1200px;
  margin: 0 auto;
}

/* line 67, C:/Users/lrent/Desktop/new css/scss/style.scss */
a {
  color: #000000;
  text-decoration: none;
  -webkit-transition: color 250ms ease-in-out, background 250ms ease-in-out, opacity 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  -ms-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}

/* line 72, C:/Users/lrent/Desktop/new css/scss/style.scss */
a:hover, a:focus {
  cursor: pointer;
  opacity: 0.75;
}

/* line 77, C:/Users/lrent/Desktop/new css/scss/style.scss */
a:not([href]):focus, a:not([href]):hover {
  cursor: default;
  opacity: 1;
}

/* line 86, C:/Users/lrent/Desktop/new css/scss/style.scss */
a.reactivar-ajudas:focus, a.reactivar-ajudas:hover,
a[data-id-help]:focus,
a[data-id-help]:hover,
input[type="submit"]:focus,
input[type="submit"]:hover {
  cursor: pointer;
  opacity: 0.75;
}

/* line 92, C:/Users/lrent/Desktop/new css/scss/style.scss */
.block {
  width: 100%;
  float: left;
}

/* line 97, C:/Users/lrent/Desktop/new css/scss/style.scss */
.owl-slide {
  width: 100%;
}

/* line 101, C:/Users/lrent/Desktop/new css/scss/style.scss */
.navbar > ul > li > a,
.navbar > ul > li > span {
  background-color: #FAFAFA;
  color: #333;
  width: 30px;
  height: 30px;
  line-height: 19px;
  padding: 7px;
}

/* line 110, C:/Users/lrent/Desktop/new css/scss/style.scss */
.navbar > ul > li > a:hover,
.navbar > ul > li.active > span {
  background-color: #0082be;
  color: #FFFFFF !important;
  text-decoration: none;
}

/* line 116, C:/Users/lrent/Desktop/new css/scss/style.scss */
.navbar > ul > li.setas > a {
  background-color: #339BCB;
  color: #FFF;
  line-height: 16px;
}

/* line 121, C:/Users/lrent/Desktop/new css/scss/style.scss */
.navbar > ul > li.setas > a:hover {
  background-color: #0082be;
}

/* line 125, C:/Users/lrent/Desktop/new css/scss/style.scss */
input[type="text"],
input[type="password"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="file"],
textarea {
  border: 1px solid #E5E5E5;
  border-radius: 0;
  color: #444444;
  display: inline-block;
  font: 400 15px/120% "Open Sans", font70108, Arial, Helvetica, sans-serif;
  margin: 0;
  padding: 15px 20px;
  margin-bottom: 7px;
  text-overflow: ellipsis;
  overflow: hidden;
  vertical-align: top;
  white-space: nowrap;
  width: 100%;
  resize: vertical;
}

/* line 89, C:/Users/lrent/Desktop/new css/scss/_master.scss */
input[type="text"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="file"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  opacity: 0.9 !important;
  color: #444444;
}

/* line 93, C:/Users/lrent/Desktop/new css/scss/_master.scss */
input[type="text"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="number"]:-moz-placeholder,
input[type="search"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="file"]:-moz-placeholder,
textarea:-moz-placeholder {
  opacity: 0.9 !important;
  color: #444444;
}

/* line 97, C:/Users/lrent/Desktop/new css/scss/_master.scss */
input[type="text"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="file"]::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 0.9 !important;
  color: #444444;
}

/* line 101, C:/Users/lrent/Desktop/new css/scss/_master.scss */
input[type="text"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="file"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  opacity: 0.9 !important;
  color: #444444;
}

/* line 151, C:/Users/lrent/Desktop/new css/scss/style.scss */
input[type="number"] {
  padding-right: 5px !important;
}

/* line 154, C:/Users/lrent/Desktop/new css/scss/style.scss */
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  opacity: 1;
}

/* line 159, C:/Users/lrent/Desktop/new css/scss/style.scss */
input[type="file"] {
  border: 0px;
  padding: 0px;
  font: 400 14px/100% "Lato", Arial, Helvetica, sans-serif;
}

/* line 165, C:/Users/lrent/Desktop/new css/scss/style.scss */
textarea {
  white-space: pre-wrap;
  overflow: auto;
}

/* line 170, C:/Users/lrent/Desktop/new css/scss/style.scss */
select {
  display: inline-block;
  margin: 0;
  padding: 15px 20px;
  width: 100%;
  height: 50px;
  overflow: hidden;
  border: 1px solid #E5E5E5;
  border-radius: 0;
  color: #777777;
  letter-spacing: 1pt;
  font: 400 11px "Open Sans", font70108, Arial, Helvetica, sans-serif;
  vertical-align: top;
  background: #FFFFFF url("/temas/stricker/images/thumbs-seta.svg") no-repeat center right 25px;
  background-size: 13px 8px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* line 191, C:/Users/lrent/Desktop/new css/scss/style.scss */
select option {
  padding: 10px 15px;
  box-sizing: border-box;
}

/* line 196, C:/Users/lrent/Desktop/new css/scss/style.scss */
select:focus {
  background: #FFFFFF url("/temas/stricker/images/thumbs-seta-r.svg") no-repeat center right 25px;
  background-size: 13px 8px;
}

/* line 210, C:/Users/lrent/Desktop/new css/scss/style.scss */
input[type="text"].form-error,
input[type="password"].form-error,
input[type="email"].form-error,
input[type="number"].form-error,
input[type="search"].form-error,
input[type="tel"].form-error,
input[type="file"].form-error,
textarea.form-error,
select.form-error {
  border-color: rgba(255, 0, 0, 0.5) !important;
}

/* line 215, C:/Users/lrent/Desktop/new css/scss/style.scss */
.newbtnsubmit {
  background: #BBBBBB;
  border-radius: 3px;
  border: none;
  color: #FFFFFF;
  cursor: pointer;
  display: inline-block;
  font: 16px 400/100% "Open Sans", font70108, Arial, Helvetica, sans-serif;
  padding: 10px 20px;
  text-transform: uppercase;
  -webkit-transition: color 125ms ease-in-out, background 125ms ease-in-out, opacity 125ms ease-in-out;
  -moz-transition: all 125ms ease-in-out;
  -ms-transition: all 125ms ease-in-out;
  -o-transition: all 125ms ease-in-out;
  transition: all 125ms ease-in-out;
}

/* line 227, C:/Users/lrent/Desktop/new css/scss/style.scss */
.newbtnsubmit:focus, .newbtnsubmit:hover {
  background: #BBBBBB;
}

/* line 231, C:/Users/lrent/Desktop/new css/scss/style.scss */
.newbtnsubmit.blue {
  background: #0082be;
}

/* line 234, C:/Users/lrent/Desktop/new css/scss/style.scss */
.newbtnsubmit.blue:focus, .newbtnsubmit.blue:hover {
  background: rgba(0, 130, 190, 0.85);
  opacity: 1;
}

/* line 241, C:/Users/lrent/Desktop/new css/scss/style.scss */
.flex-video {
  display: inline-block;
}

/* line 245, C:/Users/lrent/Desktop/new css/scss/style.scss */
.transition.t-ultra {
  -webkit-transition: color 75ms ease-in-out, background 75ms ease-in-out, opacity 75ms ease-in-out;
  -moz-transition: all 75ms ease-in-out;
  -ms-transition: all 75ms ease-in-out;
  -o-transition: all 75ms ease-in-out;
  transition: all 75ms ease-in-out;
}

/* line 248, C:/Users/lrent/Desktop/new css/scss/style.scss */
.transition.t-faster {
  -webkit-transition: color 150ms ease-in-out, background 150ms ease-in-out, opacity 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  -ms-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}

/* line 252, C:/Users/lrent/Desktop/new css/scss/style.scss */
.transition,
.transition.t-fast {
  -webkit-transition: color 250ms ease-in-out, background 250ms ease-in-out, opacity 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  -ms-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}

/* line 256, C:/Users/lrent/Desktop/new css/scss/style.scss */
.transition.t-medium {
  -webkit-transition: color 500ms ease-in-out, background 500ms ease-in-out, opacity 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -ms-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}

/* line 259, C:/Users/lrent/Desktop/new css/scss/style.scss */
.transition.t-slow {
  -webkit-transition: color 1000ms ease-in-out, background 1000ms ease-in-out, opacity 1000ms ease-in-out;
  -moz-transition: all 1000ms ease-in-out;
  -ms-transition: all 1000ms ease-in-out;
  -o-transition: all 1000ms ease-in-out;
  transition: all 1000ms ease-in-out;
}

/* line 262, C:/Users/lrent/Desktop/new css/scss/style.scss */
.transition.t-slower {
  -webkit-transition: color 1500ms ease-in-out, background 1500ms ease-in-out, opacity 1500ms ease-in-out;
  -moz-transition: all 1500ms ease-in-out;
  -ms-transition: all 1500ms ease-in-out;
  -o-transition: all 1500ms ease-in-out;
  transition: all 1500ms ease-in-out;
}

/* line 265, C:/Users/lrent/Desktop/new css/scss/style.scss */
.transition.t-sloth {
  -webkit-transition: color 2000ms ease-in-out, background 2000ms ease-in-out, opacity 2000ms ease-in-out;
  -moz-transition: all 2000ms ease-in-out;
  -ms-transition: all 2000ms ease-in-out;
  -o-transition: all 2000ms ease-in-out;
  transition: all 2000ms ease-in-out;
}

/* line 268, C:/Users/lrent/Desktop/new css/scss/style.scss */
.transition.t-forever {
  -webkit-transition: color 10000ms ease-in-out, background 10000ms ease-in-out, opacity 10000ms ease-in-out;
  -moz-transition: all 10000ms ease-in-out;
  -ms-transition: all 10000ms ease-in-out;
  -o-transition: all 10000ms ease-in-out;
  transition: all 10000ms ease-in-out;
}

/* line 272, C:/Users/lrent/Desktop/new css/scss/style.scss */
.text-align-left {
  text-align: left;
}

/* line 273, C:/Users/lrent/Desktop/new css/scss/style.scss */
.text-align-center {
  text-align: center;
}

/* line 274, C:/Users/lrent/Desktop/new css/scss/style.scss */
.text-align-right {
  text-align: right;
}

/* line 276, C:/Users/lrent/Desktop/new css/scss/style.scss */
.error-wrapper, .success-wrapper {
  display: block;
  margin: 0;
  padding: 15px;
  border: 1px dashed #FF0000;
  color: #333333;
  font: 400 13px/140% "Open Sans", font70108, Arial, Helvetica, sans-serif;
}

/* line 284, C:/Users/lrent/Desktop/new css/scss/style.scss */
.tpl-loja_confirmar .error-wrapper {
  margin: 0 auto;
}

/* line 287, C:/Users/lrent/Desktop/new css/scss/style.scss */
.success-wrapper {
  border-color: #00CC00;
}

/* line 291, C:/Users/lrent/Desktop/new css/scss/style.scss */
.warning-icon {
  background: transparent url("/temas/stricker/images/personalizador-ALERT.svg") no-repeat center center;
  background-size: 15px 15px;
  width: 20px;
  height: 20px;
  content: " ";
  display: inline-block;
  vertical-align: sub;
}

/* OWL */
/* line 303, C:/Users/lrent/Desktop/new css/scss/style.scss */
.vertical-controls .owl-controls {
  position: absolute;
  top: 50%;
  right: 10%;
}

/* line 309, C:/Users/lrent/Desktop/new css/scss/style.scss */
.horizontal-controls .owl-controls {
  position: absolute;
  bottom: -30px;
  left: 0;
  right: 0;
  text-align: center;
}

/* line 317, C:/Users/lrent/Desktop/new css/scss/style.scss */
.horizontal-controls-inner .owl-controls {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  text-align: center;
}

/* line 325, C:/Users/lrent/Desktop/new css/scss/style.scss */
.owl-controls .owl-dots .owl-dot {
  display: block;
  overflow: hidden;
  padding: 3px;
}

/* line 331, C:/Users/lrent/Desktop/new css/scss/style.scss */
.horizontal-controls-inner .owl-controls .owl-dots .owl-dot,
.horizontal-controls .owl-controls .owl-dots .owl-dot {
  display: inline-block;
}

/* line 336, C:/Users/lrent/Desktop/new css/scss/style.scss */
.owl-controls .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  background: #FFFFFF;
  display: block;
  border-radius: 50%;
  box-shadow: 0 0 1px rgba(255, 255, 255, 0.7);
}

/* line 345, C:/Users/lrent/Desktop/new css/scss/style.scss */
.owl-controls .owl-dots .owl-dot.active span {
  background: #0082be;
}

/* line 349, C:/Users/lrent/Desktop/new css/scss/style.scss */
.over-white .owl-controls .owl-dots .owl-dot span,
.dark .owl-controls .owl-dots .owl-dot span {
  background: rgba(0, 0, 0, 0.5);
}

/* line 354, C:/Users/lrent/Desktop/new css/scss/style.scss */
.over-white .owl-controls .owl-dots .owl-dot.active span,
.dark .owl-controls .owl-dots .owl-dot.active span {
  background: rgba(0, 0, 0, 0.9);
}

/* line 361, C:/Users/lrent/Desktop/new css/scss/style.scss */
.dropdown.vertical .submenu {
  display: none;
  position: absolute;
}

/* line 367, C:/Users/lrent/Desktop/new css/scss/style.scss */
.button {
  font: 700 14px/100% "Open Sans", font70108, Arial, Helvetica, sans-serif;
  letter-spacing: 1pt;
  color: #FFFFFF;
  background: #0082be;
  border-radius: 3px;
  padding: 13px 25px;
  text-transform: uppercase;
  display: inline-block;
}

/* line 377, C:/Users/lrent/Desktop/new css/scss/style.scss */
.button.smaller {
  padding: 8px 15px;
  font-weight: 400;
  font-size: 11px;
  line-height: 100%;
}

/* new */
#produto-detalhe .btn-back {
  margin-top:20px;
}

/* line 385, C:/Users/lrent/Desktop/new css/scss/style.scss */
.btn-back > .btn-small:not(.button) {
  font: 400 11px/100% "Open Sans", font70108, Arial, Helvetica, sans-serif;
  letter-spacing: 1pt;
  color: #FFFFFF;
  background: #0082be;
  border-radius: 3px;
  padding: 8px 15px;
  text-transform: uppercase;
  display: inline-block;
}

/* line 396, C:/Users/lrent/Desktop/new css/scss/style.scss */
.dropdown {
  position: relative;
}

/* line 399, C:/Users/lrent/Desktop/new css/scss/style.scss */
.dropdown .select-menu {
  cursor: pointer;
}

/* new */
.dropdown .select-menu.single {
  cursor: default;
  background-image:none!important;
}

/* line 403, C:/Users/lrent/Desktop/new css/scss/style.scss */
.dropdown .submenu {
  width: 100%;
}

/* menu */
/* line 409, C:/Users/lrent/Desktop/new css/scss/style.scss */
#top-menus {
  position: fixed;
  top: 0;
  z-index: 120;
  width: 100%;
  min-width: 280px;
}

/* line 416, C:/Users/lrent/Desktop/new css/scss/style.scss */
#top-menus #reg-top-mobile {
  display: none;
}

/* line 420, C:/Users/lrent/Desktop/new css/scss/style.scss */
#top-menus #main-menu {
  background: #FFFFFF;
}

/* line 423, C:/Users/lrent/Desktop/new css/scss/style.scss */
#top-menus #main-menu .full-page {
  padding: 20px 0;
}

/* line 426, C:/Users/lrent/Desktop/new css/scss/style.scss */
#top-menus #main-menu .full-page #logo {
  display: inline-block;
}

/* new line */
#top-menus #main-menu .main-logo {
    min-height: 55px;
    display: inline-block;
}

/* line 429, C:/Users/lrent/Desktop/new css/scss/style.scss */
#top-menus #main-menu .full-page #logo div {
  background: url("/temas/stricker/images/logoStricker.svg") no-repeat center center;
  background-size: 170px auto;
  width: 170px;
  height: 50px;
}

/* line 437, C:/Users/lrent/Desktop/new css/scss/style.scss */
#top-menus #main-menu .full-page .right {
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  float: right;
  width: 80%;
  width: calc(100% - 170px);
  padding-left: 60px;
}

/* line 447, C:/Users/lrent/Desktop/new css/scss/style.scss */
#top-menus #main-menu .full-page .right #login-menu {
  font-size: 0;
  width: 55%;
  position: relative;
}

/* line 452, C:/Users/lrent/Desktop/new css/scss/style.scss */
#top-menus #main-menu .full-page .right #login-menu input {
  height: 47px;
  margin: 0;
}

/* line 457, C:/Users/lrent/Desktop/new css/scss/style.scss */
#top-menus #main-menu .full-page .right #login-menu input:not([type="submit"]) {
  border-color: #cccccc;
  border-width: 1px 1px 1px 0;
  padding: 15px 20px;
  font: 700 11px/100% "Open Sans", font70108, Arial, Helvetica, sans-serif;
  letter-spacing: 1pt;
  color: #aaaaaa;
  width: 35%;
  display: inline-block;
}

/* line 89, C:/Users/lrent/Desktop/new css/scss/_master.scss */
#top-menus #main-menu .full-page .right #login-menu input:not([type="submit"])::-webkit-input-placeholder {
  opacity: 0.9 !important;
  color: #aaaaaa;
}

/* line 93, C:/Users/lrent/Desktop/new css/scss/_master.scss */
#top-menus #main-menu .full-page .right #login-menu input:not([type="submit"]):-moz-placeholder {
  opacity: 0.9 !important;
  color: #aaaaaa;
}

/* line 97, C:/Users/lrent/Desktop/new css/scss/_master.scss */
#top-menus #main-menu .full-page .right #login-menu input:not([type="submit"])::-moz-placeholder {
  opacity: 0.9 !important;
  color: #aaaaaa;
}

/* line 101, C:/Users/lrent/Desktop/new css/scss/_master.scss */
#top-menus #main-menu .full-page .right #login-menu input:not([type="submit"]):-ms-input-placeholder {
  opacity: 0.9 !important;
  color: #aaaaaa;
}

/* line 108, C:/Users/lrent/Desktop/new css/scss/_master.scss */
#top-menus #main-menu .full-page .right #login-menu input:not([type="submit"])::-webkit-input-placeholder {
  text-transform: uppercase;
}

/* line 111, C:/Users/lrent/Desktop/new css/scss/_master.scss */
#top-menus #main-menu .full-page .right #login-menu input:not([type="submit"]):-moz-placeholder {
  text-transform: uppercase;
}

/* line 114, C:/Users/lrent/Desktop/new css/scss/_master.scss */
#top-menus #main-menu .full-page .right #login-menu input:not([type="submit"])::-moz-placeholder {
  text-transform: uppercase;
}

/* line 117, C:/Users/lrent/Desktop/new css/scss/_master.scss */
#top-menus #main-menu .full-page .right #login-menu input:not([type="submit"]):-ms-input-placeholder {
  text-transform: uppercase;
}

/* line 470, C:/Users/lrent/Desktop/new css/scss/style.scss */
#top-menus #main-menu .full-page .right #login-menu input:not([type="submit"]):first-child {
  border-width: 1px;
}

/* line 475, C:/Users/lrent/Desktop/new css/scss/style.scss */
#top-menus #main-menu .full-page .right #login-menu .recuperar {
  font-size: 10px;
  color: #888888;
  position: absolute;
  left: 35%;
  bottom: -18px;
  text-transform: uppercase;
}

/* line 485, C:/Users/lrent/Desktop/new css/scss/style.scss */
#top-menus #main-menu .full-page .right #login-menu input[type="submit"],
#top-menus #main-menu .full-page .right #login-menu-btn {
  display: inline-block;
  padding: 15px;
  width: 30%;
  border: 0px;
  background: #0082be;
  color: #FFFFFF;
  font: 700 13px "Open Sans", font70108, Arial, Helvetica, sans-serif;
  letter-spacing: 1pt;
  text-align: center;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  text-transform: uppercase;
}

/* line 500, C:/Users/lrent/Desktop/new css/scss/style.scss */
#top-menus #main-menu .full-page .right #login-menu-btn {
  display: none;
  margin-right: 20px;
  width: auto;
  border-radius: 5px;
}

/* line 507, C:/Users/lrent/Desktop/new css/scss/style.scss */
#top-menus #main-menu .full-page .right .reg {
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}

/* line 511, C:/Users/lrent/Desktop/new css/scss/style.scss */
#top-menus #main-menu .full-page .right .reg span {
  text-transform: uppercase;
  color: #e4ab00;
  text-align: right;
  font: 700 13px "Open Sans", font70108, Arial, Helvetica, sans-serif;
  display: inline-block;
  vertical-align: top;
  margin-right: 15px;
  max-width: 165px;
}

/* line 521, C:/Users/lrent/Desktop/new css/scss/style.scss */
#top-menus #main-menu .full-page .right .reg a {
  text-transform: uppercase;
  color: #FFFFFF;
  font: 700 13px "Open Sans", font70108, Arial, Helvetica, sans-serif;
  letter-spacing: 1pt;
  background: #e4ab00;
  padding: 15px 15px;
  border-radius: 5px;
  vertical-align: top;
  text-align: center;
}

/* line 534, C:/Users/lrent/Desktop/new css/scss/style.scss */


#top-menus #main-menu .full-page .right #procurar {
  position: relative;
  width: 35%;

}



/* line 538, C:/Users/lrent/Desktop/new css/scss/style.scss */
#top-menus #main-menu .full-page .right #procurar input {
  margin: 0;
  border: 1px solid #CCCCCC;
  padding: 17px 50px 17px 20px;
  font: 400 14px "Open Sans", font70108, Arial, Helvetica, sans-serif;
  color: #666666;
}

/* line 89, C:/Users/lrent/Desktop/new css/scss/_master.scss */
#top-menus #main-menu .full-page .right #procurar input::-webkit-input-placeholder {
  opacity: 0.9 !important;
  color: #aaaaaa;
}

/* line 93, C:/Users/lrent/Desktop/new css/scss/_master.scss */
#top-menus #main-menu .full-page .right #procurar input:-moz-placeholder {
  opacity: 0.9 !important;
  color: #aaaaaa;
}

/* line 97, C:/Users/lrent/Desktop/new css/scss/_master.scss */
#top-menus #main-menu .full-page .right #procurar input::-moz-placeholder {
  opacity: 0.9 !important;
  color: #aaaaaa;
}

/* line 101, C:/Users/lrent/Desktop/new css/scss/_master.scss */
#top-menus #main-menu .full-page .right #procurar input:-ms-input-placeholder {
  opacity: 0.9 !important;
  color: #aaaaaa;
}

/* line 123, C:/Users/lrent/Desktop/new css/scss/_master.scss */
#top-menus #main-menu .full-page .right #procurar input::-webkit-input-placeholder {
  letter-spacing: 1pt;
}

/* line 126, C:/Users/lrent/Desktop/new css/scss/_master.scss */
#top-menus #main-menu .full-page .right #procurar input:-moz-placeholder {
  letter-spacing: 1pt;
}

/* line 129, C:/Users/lrent/Desktop/new css/scss/_master.scss */
#top-menus #main-menu .full-page .right #procurar input::-moz-placeholder {
  letter-spacing: 1pt;
}

/* line 132, C:/Users/lrent/Desktop/new css/scss/_master.scss */
#top-menus #main-menu .full-page .right #procurar input:-ms-input-placeholder {
  letter-spacing: 1pt;
}

/* line 138, C:/Users/lrent/Desktop/new css/scss/_master.scss */
#top-menus #main-menu .full-page .right #procurar input::-webkit-input-placeholder {
  font-size: 10px;
}

/* line 141, C:/Users/lrent/Desktop/new css/scss/_master.scss */
#top-menus #main-menu .full-page .right #procurar input:-moz-placeholder {
  font-size: 10px;
}

/* line 144, C:/Users/lrent/Desktop/new css/scss/_master.scss */
#top-menus #main-menu .full-page .right #procurar input::-moz-placeholder {
  font-size: 10px;
}

/* line 147, C:/Users/lrent/Desktop/new css/scss/_master.scss */
#top-menus #main-menu .full-page .right #procurar input:-ms-input-placeholder {
  font-size: 10px;
}

/* line 108, C:/Users/lrent/Desktop/new css/scss/_master.scss */
#top-menus #main-menu .full-page .right #procurar input::-webkit-input-placeholder {
  text-transform: uppercase;
}

/* line 111, C:/Users/lrent/Desktop/new css/scss/_master.scss */
#top-menus #main-menu .full-page .right #procurar input:-moz-placeholder {
  text-transform: uppercase;
}

/* line 114, C:/Users/lrent/Desktop/new css/scss/_master.scss */
#top-menus #main-menu .full-page .right #procurar input::-moz-placeholder {
  text-transform: uppercase;
}

/* line 117, C:/Users/lrent/Desktop/new css/scss/_master.scss */
#top-menus #main-menu .full-page .right #procurar input:-ms-input-placeholder {
  text-transform: uppercase;
}

/* line 551, C:/Users/lrent/Desktop/new css/scss/style.scss */
#top-menus #main-menu .full-page .right #procurar .input-b {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 40px;
  background: url("/temas/stricker/images/search.svg") no-repeat left 5px center;
  background-size: 20px auto;
  cursor: pointer;
}

/* line 561, C:/Users/lrent/Desktop/new css/scss/style.scss */
#top-menus #main-menu .full-page .right #procurar .input-b:focus, #top-menus #main-menu .full-page .right #procurar .input-b:hover {
  opacity: 0.8;
}

/* line 568, C:/Users/lrent/Desktop/new css/scss/style.scss */
#top-menus #main-menu .full-page .right .gestor {
  position: relative;
}

/* line 571, C:/Users/lrent/Desktop/new css/scss/style.scss */
#top-menus #main-menu .full-page .right .gestor .titulo {
  font: 400 10px/120% "Open Sans", font70108, Arial, Helvetica, sans-serif;
  letter-spacing: 1pt;
  color: #858585;
  text-transform: uppercase;
  position: relative;
  z-index: 4;
  cursor: pointer;
}

/* line 581, C:/Users/lrent/Desktop/new css/scss/style.scss */
#top-menus #main-menu .full-page .right .gestor .nome {
  font: 700 12px/120% "Open Sans", font70108, Arial, Helvetica, sans-serif;
  letter-spacing: 1pt;
  color: #858585;
  text-transform: uppercase;
  position: relative;
  z-index: 4;
  max-width: 160px;
  cursor: pointer;
}

/* line 592, C:/Users/lrent/Desktop/new css/scss/style.scss */
#top-menus #main-menu .full-page .right .gestor img,
#top-menus #main-menu .full-page .right .gestor svg {
  width: 12px;
  height: 6px;
  margin-bottom: 2px;
}

/* line 599, C:/Users/lrent/Desktop/new css/scss/style.scss */
#top-menus #main-menu .full-page .right .gestor .extra {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: 0;
  left: calc(-40px);
  top: -29px;
  width: 100%;
  width: calc(100% + 80px);
  background: #fafafa;
  padding: 88px 0 0 0;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
  z-index: 3;
  -webkit-transition: color 125ms ease-in-out, background 125ms ease-in-out, opacity 125ms ease-in-out;
  -moz-transition: all 125ms ease-in-out;
  -ms-transition: all 125ms ease-in-out;
  -o-transition: all 125ms ease-in-out;
  transition: all 125ms ease-in-out;
}

/* line 615, C:/Users/lrent/Desktop/new css/scss/style.scss */
#top-menus #main-menu .full-page .right .gestor .extra > div {
  border-top: 1px solid #dddddd;
  padding: 25px 25px 40px 25px;
}

/* line 619, C:/Users/lrent/Desktop/new css/scss/style.scss */
#top-menus #main-menu .full-page .right .gestor .extra > div .titulo-tel,
#top-menus #main-menu .full-page .right .gestor .extra > div .titulo-email {
  font: 400 11px/100% "Open Sans", font70108, Arial, Helvetica, sans-serif;
  color: #878787;
  text-transform: uppercase;
  padding: 8px 0;
}

/* line 627, C:/Users/lrent/Desktop/new css/scss/style.scss */
#top-menus #main-menu .full-page .right .gestor .extra > div .tel {
  font: 700 17px/100% "Open Sans", font70108, Arial, Helvetica, sans-serif;
  color: #666666;
  margin-bottom: 20px;
}

/* line 633, C:/Users/lrent/Desktop/new css/scss/style.scss */
#top-menus #main-menu .full-page .right .gestor .extra > div .email {
  font: 700 12px/100% "Open Sans", font70108, Arial, Helvetica, sans-serif;
  color: #666666;
  text-decoration: underline;
  display: block;
  word-wrap: break-word;
}

/* line 641, C:/Users/lrent/Desktop/new css/scss/style.scss */
#top-menus #main-menu .full-page .right .gestor .extra > div svg {
  margin-right: 8px;
  width: 13px;
  height: 20px;
  vertical-align: middle;
}

/* line 647, C:/Users/lrent/Desktop/new css/scss/style.scss */
#top-menus #main-menu .full-page .right .gestor .extra > div svg g {
  stroke: #BBBBBB;
}

/* line 650, C:/Users/lrent/Desktop/new css/scss/style.scss */
#top-menus #main-menu .full-page .right .gestor .extra > div svg g path {
  fill: #BBBBBB;
}

/* line 657, C:/Users/lrent/Desktop/new css/scss/style.scss */
#top-menus #main-menu .full-page .right .gestor .extra > div .titulo-email svg {
  width: 18px;
  margin-left: -2px;
  margin-right: 5px;
}

/* line 662, C:/Users/lrent/Desktop/new css/scss/style.scss */
#top-menus #main-menu .full-page .right .gestor .extra > div .titulo-email svg g {
  stroke: #FFFFFF;
}

/* line 670, C:/Users/lrent/Desktop/new css/scss/style.scss */
#top-menus #main-menu .full-page .right .gestor:hover .extra {
  display: block;
  opacity: 1;
  visibility: visible;
}

/* line 677, C:/Users/lrent/Desktop/new css/scss/style.scss */
#top-menus #main-menu .full-page .right .conta {
  cursor: pointer;
  position: relative;
}

/* line 681, C:/Users/lrent/Desktop/new css/scss/style.scss */
#top-menus #main-menu .full-page .right .conta .titulo {
  font: 400 10px/120% "Open Sans", font70108, Arial, Helvetica, sans-serif;
  letter-spacing: 1pt;
  color: #858585;
  text-transform: uppercase;
}

/* line 688, C:/Users/lrent/Desktop/new css/scss/style.scss */
#top-menus #main-menu .full-page .right .conta .nome {
  font: 700 12px/120% "Open Sans", font70108, Arial, Helvetica, sans-serif;
  letter-spacing: 1pt;
  color: #0082be;
  text-transform: uppercase;
}

/* line 695, C:/Users/lrent/Desktop/new css/scss/style.scss */
#top-menus #main-menu .full-page .right .conta img, #top-menus #main-menu .full-page .right .conta svg {
  width: 12px;
  height: 6px;
  margin-bottom: 2px;
  transform: rotate(180deg);
}

/* line 702, C:/Users/lrent/Desktop/new css/scss/style.scss */
#top-menus #main-menu .full-page .right .conta * {
  stroke: #0082be;
}

/* line 707, C:/Users/lrent/Desktop/new css/scss/style.scss */
#top-menus #main-menu .full-page .right .conta.open img,
#top-menus #main-menu .full-page .right .conta.open svg {
  transform: rotate(0deg);
}

/* line 712, C:/Users/lrent/Desktop/new css/scss/style.scss */
#top-menus #main-menu .full-page .right .conta.open:before {
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 20px solid #ffffff;
  top: -39px;
  content: " ";
  height: 0;
  position: absolute;
  right: calc(50% - 20px);
  width: 0;
}

/* line 726, C:/Users/lrent/Desktop/new css/scss/style.scss */
#top-menus #main-menu .full-page .right .cart {
  display: block;
  position: relative;
}

/* line 730, C:/Users/lrent/Desktop/new css/scss/style.scss */
#top-menus #main-menu .full-page .right .cart img, #top-menus #main-menu .full-page .right .cart svg {
  width: 26px;
  height: 26px;
}

/* line 735, C:/Users/lrent/Desktop/new css/scss/style.scss */
#top-menus #main-menu .full-page .right .cart .titulo {
  vertical-align: top;
  display: inline-block;
  padding-top: 5px;
  font-weight;: 400;
  font-size: 11px;
  color: #999999;
  letter-spacing: 1pt;
  text-transform: uppercase;
}

/* line 745, C:/Users/lrent/Desktop/new css/scss/style.scss */
#top-menus #main-menu .full-page .right .cart .num {
  vertical-align: top;
  display: inline-block;
  padding-top: 5px;
  font: 700 12px "Open Sans", font70108, Arial, Helvetica, sans-serif;
  color: #444444;
  letter-spacing: 1pt;
}

/* line 754, C:/Users/lrent/Desktop/new css/scss/style.scss */
#top-menus #main-menu .full-page .right .cart:hover, #top-menus #main-menu .full-page .right .cart:focus {
  opacity: 1;
}

/* line 757, C:/Users/lrent/Desktop/new css/scss/style.scss */
#top-menus #main-menu .full-page .right .cart:hover > *:not(.cart-tooltip), #top-menus #main-menu .full-page .right .cart:focus > *:not(.cart-tooltip) {
  opacity: 0.7;
}

/* line 762, C:/Users/lrent/Desktop/new css/scss/style.scss */
#top-menus #main-menu .full-page .right .cart .cart-tooltip {
  display: block;
  margin: 0;
  padding: 10px 15px;
  width: 100%;
  position: absolute;
  top: 120%;
  right: -50%;
  background: #0082be;
  font: 400 13px "Open Sans", font70108, Arial, Helvetica, sans-serif;
  color: #F0F0F0;
  border-radius: 2px;
}

/* line 775, C:/Users/lrent/Desktop/new css/scss/style.scss */
#top-menus #main-menu .full-page .right .cart .cart-tooltip:before {
  border-bottom: 5px solid #0082be;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  width: 5px;
  height: 11px;
  position: absolute;
  top: -10px;
  left: 50%;
  left: calc(50% - 8px);
  content: " ";
}

/* line 788, C:/Users/lrent/Desktop/new css/scss/style.scss */
#top-menus #main-menu .full-page .right .cart .cart-tooltip.error {
  background: #FF0000;
}

/* line 791, C:/Users/lrent/Desktop/new css/scss/style.scss */
#top-menus #main-menu .full-page .right .cart .cart-tooltip.error:before {
  border-bottom-color: #FF0000;
}

/* line 799, C:/Users/lrent/Desktop/new css/scss/style.scss */
#top-menus #main-menu .full-page .right .lingua .select-menu {
  font: 400 11px "Open Sans", font70108, Arial, Helvetica, sans-serif;
  color: #888888;
  text-transform: uppercase;
  padding-right: 15px;
  background: url("/temas/stricker/images/setaDrop.svg") no-repeat center right;
  background-size: 10px 6px;
  margin: 5px;
}

/* line 809, C:/Users/lrent/Desktop/new css/scss/style.scss */
#top-menus #main-menu .full-page .right .lingua .submenu {
  background: #FFFFFF;
  border: 1px solid #EEEEEE;
  border-top: none;
  padding: 5px 0;
}

/* line 815, C:/Users/lrent/Desktop/new css/scss/style.scss */
#top-menus #main-menu .full-page .right .lingua .submenu a {
  font: 400 10px "Open Sans", font70108, Arial, Helvetica, sans-serif;
  color: #555555;
  padding-left: 5px;
  text-transform: uppercase;
}

/* line 825, C:/Users/lrent/Desktop/new css/scss/style.scss */
#top-menus #main-menu .full-page #open-menu {
  display: none;
}

/* line 831, C:/Users/lrent/Desktop/new css/scss/style.scss */
#top-menus #bottom-menu {
  width: 100%;
  display: block;
  background: rgba(0, 130, 190, 0.8);
}

/* line 837, C:/Users/lrent/Desktop/new css/scss/style.scss */
#top-menus #bottom-menu .full-page ul {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}

/* line 843, C:/Users/lrent/Desktop/new css/scss/style.scss */
#top-menus #bottom-menu .full-page ul li a {
  display: block;
  font: 400 14px "Open Sans", font70108, Arial, Helvetica, sans-serif;
  letter-spacing: 1pt;
  padding: 15px 35px;
  color: #FFFFFF;
  text-transform: uppercase;
}

/* line 858, C:/Users/lrent/Desktop/new css/scss/style.scss */
#html.logged-in #top-menus #your-account {
  background: #004771;
}

/* line 862, C:/Users/lrent/Desktop/new css/scss/style.scss */
#html.logged-in #top-menus #your-account .full-page {
  display: -webkit-flex;
  display: flex;
  position: relative;
}

/* line 866, C:/Users/lrent/Desktop/new css/scss/style.scss */
#html.logged-in #top-menus #your-account .full-page .welcome {
  position: relative;
  background: #005281;
  width: 33%;
  padding: 60px 30px 50px 5px;
}

/* line 872, C:/Users/lrent/Desktop/new css/scss/style.scss */
#html.logged-in #top-menus #your-account .full-page .welcome:after {
  content: " ";
  position: absolute;
  right: 100%;
  top: 0;
  height: 100%;
  width: 100vw;
  background: #005281;
}

/* line 882, C:/Users/lrent/Desktop/new css/scss/style.scss */
#html.logged-in #top-menus #your-account .full-page .welcome .titulo {
  font: 400 12px/120% "Open Sans", font70108, Arial, Helvetica, sans-serif;
  color: #FFFFFF;
  text-transform: uppercase;
  letter-spacing: 1pt;
}

/* line 888, C:/Users/lrent/Desktop/new css/scss/style.scss */
#html.logged-in #top-menus #your-account .full-page .welcome .nome {
  font: 700 16px/100% "Open Sans", font70108, Arial, Helvetica, sans-serif;
  color: #FFFFFF;
  text-transform: uppercase;
  letter-spacing: 1pt;
  margin-bottom: 25px;
}

/* line 896, C:/Users/lrent/Desktop/new css/scss/style.scss */
#html.logged-in #top-menus #your-account .full-page .welcome .logout {
  margin-bottom: 60px;
}

/* line 898, C:/Users/lrent/Desktop/new css/scss/style.scss */
#html.logged-in #top-menus #your-account .full-page .welcome .logout a {
  font: 400 11px/100% "Open Sans", font70108, Arial, Helvetica, sans-serif;
  color: #FFFFFF;
  padding: 13px 20px 13px 35px;
  background: #00679E url("/temas/stricker/images/logout.svg") no-repeat center left 12px;
  background-size: 15px 15px;
  border-radius: 5px;
  display: inline-block;
  text-transform: uppercase;
}

/* line 910, C:/Users/lrent/Desktop/new css/scss/style.scss */
#html.logged-in #top-menus #your-account .full-page .welcome .help span {
  font: 700 13px/100% "Open Sans", font70108, Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  color: #e4ab00;
  letter-spacing: 1pt;
}

/* line 916, C:/Users/lrent/Desktop/new css/scss/style.scss */
#html.logged-in #top-menus #your-account .full-page .welcome .help a {
  display: inline-block;
  font: 700 13px/100% "Open Sans", font70108, Arial, Helvetica, sans-serif;
  color: #FFFFFF;
  text-transform: uppercase;
  letter-spacing: 1pt;
  margin-left: 5px;
  padding-bottom: 3px;
  border-bottom: 1px solid #FFFFFF;
}

/* line 925, C:/Users/lrent/Desktop/new css/scss/style.scss */
#html.logged-in #top-menus #your-account .full-page .welcome .help .reactivar-ajudas {
  margin-left: 0px;
  font: 700 10px/100% "Open Sans", font70108, Arial, Helvetica, sans-serif;
  padding-bottom: 0px;
  letter-spacing: 0.5pt;
  cursor: pointer;
}

/* line 932, C:/Users/lrent/Desktop/new css/scss/style.scss */
#html.logged-in #top-menus #your-account .full-page .welcome .help .reactivar-ajudas.hide {
  display: none;
}

/* line 938, C:/Users/lrent/Desktop/new css/scss/style.scss */
#html.logged-in #top-menus #your-account .full-page .menu {
  width: 67%;
  padding: 45px 60px;
}

/* line 942, C:/Users/lrent/Desktop/new css/scss/style.scss */
#html.logged-in #top-menus #your-account .full-page .menu ul {
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
}

/* line 946, C:/Users/lrent/Desktop/new css/scss/style.scss */
#html.logged-in #top-menus #your-account .full-page .menu ul li a {
  font: 400 14px/100% "Open Sans", font70108, Arial, Helvetica, sans-serif;
  color: #FFFFFF;
  padding: 10px 0;
  display: inline-block;
  padding-left: 15px;
  background: transparent url("/temas/stricker/images/bullet_menuAreaPrivada.svg") no-repeat scroll left center/7px 10px;
}

/* line 958, C:/Users/lrent/Desktop/new css/scss/style.scss */
#html.logged-in #top-menus #your-account .full-page .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 20px;
  content: " ";
  background: url("/temas/stricker/images/close_window.svg") no-repeat center left;
  background-size: 25px 25px;
  cursor: pointer;
}

/* line 968, C:/Users/lrent/Desktop/new css/scss/style.scss */
#html.logged-in #top-menus #your-account .full-page .close:hover {
  opacity: 0.8;
}

/* line 975, C:/Users/lrent/Desktop/new css/scss/style.scss */
#html.logged-in #top-menus #small-menu {
  display: none;
}

/* line 981, C:/Users/lrent/Desktop/new css/scss/style.scss */
#html.logged-in #top-menus.small #bottom-menu, #html.logged-in #top-menus.small #main-menu {
  display: none;
}

/* line 985, C:/Users/lrent/Desktop/new css/scss/style.scss */
#html.logged-in #top-menus.small #small-menu {
  background: rgba(0, 131, 188, 0.95);
  display: block;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);
}

/* line 989, C:/Users/lrent/Desktop/new css/scss/style.scss */
#html.logged-in #top-menus.small #small-menu .full-page {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 5px 0 5px;
}

/* line 995, C:/Users/lrent/Desktop/new css/scss/style.scss */
#html.logged-in #top-menus.small #small-menu .full-page .logo {
  display: inline-block;
  overflow: hidden;
  width: 43px;
}

/* line 1000, C:/Users/lrent/Desktop/new css/scss/style.scss */
#html.logged-in #top-menus.small #small-menu .full-page .logo * {
  fill: #FFFFFF;
}

/* line 1004, C:/Users/lrent/Desktop/new css/scss/style.scss */
#html.logged-in #top-menus.small #small-menu .full-page .logo svg,
#html.logged-in #top-menus.small #small-menu .full-page .logo img {
  height: 41px;
  width: 154px;
}

/* line 1013, C:/Users/lrent/Desktop/new css/scss/style.scss */
#html.logged-in #top-menus.small #small-menu .full-page .menu ul li {
  display: inline-block;
  margin: 0 5px;
}

/* line 1016, C:/Users/lrent/Desktop/new css/scss/style.scss */
#html.logged-in #top-menus.small #small-menu .full-page .menu ul li a {
  font: 700 12px/100% "Open Sans", font70108, Arial, Helvetica, sans-serif;
  letter-spacing: 1pt;
  color: #FFFFFF;
  text-transform: uppercase;
  padding: 15px 0;
}

/* line 1027, C:/Users/lrent/Desktop/new css/scss/style.scss */
#html.logged-in #top-menus.small #small-menu .full-page .procurar {
  position: relative;
  width: 25%;
}

/* line 1031, C:/Users/lrent/Desktop/new css/scss/style.scss */
#html.logged-in #top-menus.small #small-menu .full-page .procurar input {
  border: none;
  margin: 0;
  background: rgba(255, 255, 255, 0.1);
  padding: 15px 50px 15px 15px;
  font: 400 14px "Open Sans", font70108, Arial, Helvetica, sans-serif;
  color: #FFFFFF;
  width: 100%;
}

/* line 89, C:/Users/lrent/Desktop/new css/scss/_master.scss */
#html.logged-in #top-menus.small #small-menu .full-page .procurar input::-webkit-input-placeholder {
  opacity: 0.9 !important;
  color: rgba(255, 255, 255, 0.8);
}

/* line 93, C:/Users/lrent/Desktop/new css/scss/_master.scss */
#html.logged-in #top-menus.small #small-menu .full-page .procurar input:-moz-placeholder {
  opacity: 0.9 !important;
  color: rgba(255, 255, 255, 0.8);
}

/* line 97, C:/Users/lrent/Desktop/new css/scss/_master.scss */
#html.logged-in #top-menus.small #small-menu .full-page .procurar input::-moz-placeholder {
  opacity: 0.9 !important;
  color: rgba(255, 255, 255, 0.8);
}

/* line 101, C:/Users/lrent/Desktop/new css/scss/_master.scss */
#html.logged-in #top-menus.small #small-menu .full-page .procurar input:-ms-input-placeholder {
  opacity: 0.9 !important;
  color: rgba(255, 255, 255, 0.8);
}

/* line 108, C:/Users/lrent/Desktop/new css/scss/_master.scss */
#html.logged-in #top-menus.small #small-menu .full-page .procurar input::-webkit-input-placeholder {
  text-transform: uppercase;
}

/* line 111, C:/Users/lrent/Desktop/new css/scss/_master.scss */
#html.logged-in #top-menus.small #small-menu .full-page .procurar input:-moz-placeholder {
  text-transform: uppercase;
}

/* line 114, C:/Users/lrent/Desktop/new css/scss/_master.scss */
#html.logged-in #top-menus.small #small-menu .full-page .procurar input::-moz-placeholder {
  text-transform: uppercase;
}

/* line 117, C:/Users/lrent/Desktop/new css/scss/_master.scss */
#html.logged-in #top-menus.small #small-menu .full-page .procurar input:-ms-input-placeholder {
  text-transform: uppercase;
}

/* line 123, C:/Users/lrent/Desktop/new css/scss/_master.scss */
#html.logged-in #top-menus.small #small-menu .full-page .procurar input::-webkit-input-placeholder {
  letter-spacing: 1pt;
}

/* line 126, C:/Users/lrent/Desktop/new css/scss/_master.scss */
#html.logged-in #top-menus.small #small-menu .full-page .procurar input:-moz-placeholder {
  letter-spacing: 1pt;
}

/* line 129, C:/Users/lrent/Desktop/new css/scss/_master.scss */
#html.logged-in #top-menus.small #small-menu .full-page .procurar input::-moz-placeholder {
  letter-spacing: 1pt;
}

/* line 132, C:/Users/lrent/Desktop/new css/scss/_master.scss */
#html.logged-in #top-menus.small #small-menu .full-page .procurar input:-ms-input-placeholder {
  letter-spacing: 1pt;
}

/* line 138, C:/Users/lrent/Desktop/new css/scss/_master.scss */
#html.logged-in #top-menus.small #small-menu .full-page .procurar input::-webkit-input-placeholder {
  font-size: 10px;
}

/* line 141, C:/Users/lrent/Desktop/new css/scss/_master.scss */
#html.logged-in #top-menus.small #small-menu .full-page .procurar input:-moz-placeholder {
  font-size: 10px;
}

/* line 144, C:/Users/lrent/Desktop/new css/scss/_master.scss */
#html.logged-in #top-menus.small #small-menu .full-page .procurar input::-moz-placeholder {
  font-size: 10px;
}

/* line 147, C:/Users/lrent/Desktop/new css/scss/_master.scss */
#html.logged-in #top-menus.small #small-menu .full-page .procurar input:-ms-input-placeholder {
  font-size: 10px;
}

/* line 1046, C:/Users/lrent/Desktop/new css/scss/style.scss */
#html.logged-in #top-menus.small #small-menu .full-page .procurar .input-b {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 40px;
  cursor: pointer;
  display: inline-block;
  font-size: 0;
  width: 50px;
  height: 50px;
  margin: 0 auto;
  background-size: 24px 24px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='24' height='24' transform=''%3E%3Cpath fill='white' stroke='transparent' stroke-width='0' style='' d='M 8.3969 3.8028 C 10.9601 3.8028 13.0432 5.8908 13.0432 8.4588 C 13.0432 11.0268 10.9601 13.1148 8.3969 13.1148 C 5.8337 13.1148 3.7504 11.0268 3.7504 8.4588 C 3.7504 5.8908 5.8337 3.8028 8.3969 3.8028 L 8.3969 3.8028 ZM 19.072 16.3212 L 15.0016 12.198 C 15.6639 11.0412 16.0096 9.7548 16.0096 8.4588 C 16.0096 4.254 12.592 0.8316 8.3969 0.8316 C 4.2015 0.8316 0.7841 4.254 0.7841 8.4588 C 0.7841 12.6636 4.2015 16.086 8.3969 16.086 C 9.7361 16.086 11.0608 15.7164 12.2417 15.0108 L 16.2928 19.1196 C 16.384 19.2108 16.5135 19.2684 16.6432 19.2684 C 16.7728 19.2684 16.9023 19.2156 16.9937 19.1196 L 19.072 17.0172 C 19.2639 16.8204 19.2639 16.5132 19.072 16.3212 L 19.072 16.3212 Z'/%3E%3C/svg%3E");
}

/* line 1065, C:/Users/lrent/Desktop/new css/scss/style.scss */
#html.logged-in #top-menus.small #small-menu .full-page .procurar .input-b:focus, #html.logged-in #top-menus.small #small-menu .full-page .procurar .input-b:hover {
  opacity: 0.8;
}

/* line 1072, C:/Users/lrent/Desktop/new css/scss/style.scss */
#html.logged-in #top-menus.small #small-menu .full-page .conta {
  cursor: pointer;
}

/* line 1075, C:/Users/lrent/Desktop/new css/scss/style.scss */
#html.logged-in #top-menus.small #small-menu .full-page .conta .nome {
  font: 700 11px/100% "Open Sans", font70108, Arial, Helvetica, sans-serif;
  letter-spacing: 1pt;
  color: #FFFFFF;
  text-transform: uppercase;
}

/* line 1082, C:/Users/lrent/Desktop/new css/scss/style.scss */
#html.logged-in #top-menus.small #small-menu .full-page .conta img, #html.logged-in #top-menus.small #small-menu .full-page .conta svg {
  width: 12px;
  height: 6px;
  margin-bottom: 2px;
  transform: rotate(180deg);
}

/* line 1089, C:/Users/lrent/Desktop/new css/scss/style.scss */
#html.logged-in #top-menus.small #small-menu .full-page .conta * {
  stroke: #FFFFFF;
}

/* line 1094, C:/Users/lrent/Desktop/new css/scss/style.scss */
#html.logged-in #top-menus.small #small-menu .full-page .conta.open img, #html.logged-in #top-menus.small #small-menu .full-page .conta.open svg {
  transform: rotate(0deg);
}

/* line 1100, C:/Users/lrent/Desktop/new css/scss/style.scss */
#html.logged-in #top-menus.small #small-menu .full-page .cart {
  display: block;
  position: relative;
}

/* line 1104, C:/Users/lrent/Desktop/new css/scss/style.scss */
#html.logged-in #top-menus.small #small-menu .full-page .cart img, #html.logged-in #top-menus.small #small-menu .full-page .cart svg {
  width: 26px;
  height: 26px;
}

/* line 1108, C:/Users/lrent/Desktop/new css/scss/style.scss */
#html.logged-in #top-menus.small #small-menu .full-page .cart img *, #html.logged-in #top-menus.small #small-menu .full-page .cart svg * {
  fill: #FFFFFF;
}

/* line 1113, C:/Users/lrent/Desktop/new css/scss/style.scss */
#html.logged-in #top-menus.small #small-menu .full-page .cart .titulo {
  vertical-align: top;
  display: inline-block;
  padding-top: 9px;
  font: 400 11px/100% "Open Sans", font70108, Arial, Helvetica, sans-serif;
  letter-spacing: 1pt;
  color: #FFFFFF;
  text-transform: uppercase;
}

/* line 1123, C:/Users/lrent/Desktop/new css/scss/style.scss */
#html.logged-in #top-menus.small #small-menu .full-page .cart .num {
  vertical-align: top;
  display: inline-block;
  padding-top: 9px;
  font: 700 11px/100% "Open Sans", font70108, Arial, Helvetica, sans-serif;
  letter-spacing: 1pt;
  color: #FFFFFF;
}

/* line 1132, C:/Users/lrent/Desktop/new css/scss/style.scss */
#html.logged-in #top-menus.small #small-menu .full-page .cart:hover, #html.logged-in #top-menus.small #small-menu .full-page .cart:focus {
  opacity: 1;
}

/* line 1135, C:/Users/lrent/Desktop/new css/scss/style.scss */
#html.logged-in #top-menus.small #small-menu .full-page .cart:hover > *:not(.cart-tooltip), #html.logged-in #top-menus.small #small-menu .full-page .cart:focus > *:not(.cart-tooltip) {
  opacity: 0.7;
}

/* line 1140, C:/Users/lrent/Desktop/new css/scss/style.scss */
#html.logged-in #top-menus.small #small-menu .full-page .cart .cart-tooltip {
  display: block;
  margin: 0;
  padding: 10px 15px;
  width: 200px;
  position: absolute;
  top: 170%;
  left: auto;
  right: -20px;
  background: #0082be;
  font: 400 13px "Open Sans", font70108, Arial, Helvetica, sans-serif;
  color: #F0F0F0;
  border-radius: 2px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
}

/* line 1155, C:/Users/lrent/Desktop/new css/scss/style.scss */
#html.logged-in #top-menus.small #small-menu .full-page .cart .cart-tooltip:before {
  border-bottom: 5px solid #0082be;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  width: 5px;
  height: 11px;
  position: absolute;
  top: -10px;
  left: auto;
  right: 19px;
  content: " ";
}

/* line 1168, C:/Users/lrent/Desktop/new css/scss/style.scss */
#html.logged-in #top-menus.small #small-menu .full-page .cart .cart-tooltip.error {
  background: #FF0000;
}

/* line 1171, C:/Users/lrent/Desktop/new css/scss/style.scss */
#html.logged-in #top-menus.small #small-menu .full-page .cart .cart-tooltip.error:before {
  border-bottom-color: #FF0000;
}

/* line 1180, C:/Users/lrent/Desktop/new css/scss/style.scss */
#html.tpl-homepage #content-wrap {
    padding-top: 132px;
}

/* line 1184, C:/Users/lrent/Desktop/new css/scss/style.scss */
#html:not(.tpl-homepage) #content-wrap {
  padding-top: 140px;
}

/* line 1189, C:/Users/lrent/Desktop/new css/scss/style.scss */
#html.tpl-homepage #home-owl {
  overflow: hidden;
}

/* line 1192, C:/Users/lrent/Desktop/new css/scss/style.scss */
#html.tpl-homepage #home-owl .owl-slide {
  position: relative;
  max-height: 80vh;
}

/* line 1197, C:/Users/lrent/Desktop/new css/scss/style.scss */
#html.tpl-homepage #home-owl .owl-slide a:focus, #html.tpl-homepage #home-owl .owl-slide a:hover {
  opacity: 1;
}

/* line 1202, C:/Users/lrent/Desktop/new css/scss/style.scss */
#html.tpl-homepage #home-owl .owl-slide a .titulo-wrap {
  position: absolute;
  bottom: 50px;
  left: 0;
  width: 100%;
  text-align: center;
}

/* line 1209, C:/Users/lrent/Desktop/new css/scss/style.scss */
#html.tpl-homepage #home-owl .owl-slide a .titulo-wrap .titulo {
  font: 700 70px/100% "Open Sans", font70108, Arial, Helvetica, sans-serif;
  letter-spacing: 2pt;
  color: #FFFFFF;
  text-transform: uppercase;
  margin-bottom: 10px;
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

/* line 1217, C:/Users/lrent/Desktop/new css/scss/style.scss */
#html.tpl-homepage #home-owl .owl-slide a .titulo-wrap .sub-titulo {
  font: 700 22px "Open Sans", font70108, Arial, Helvetica, sans-serif;
  letter-spacing: 1pt;
  color: #FFFFFF;
  text-transform: uppercase;
  margin-bottom: 20px;
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

/* line 1226, C:/Users/lrent/Desktop/new css/scss/style.scss */
#html.tpl-homepage #home-owl .owl-slide a .titulo-wrap .button {
  font: 700 14px/100% "Open Sans", font70108, Arial, Helvetica, sans-serif;
  letter-spacing: 1pt;
  color: #FFFFFF;
  background: #0082be;
  border-radius: 5px;
  padding: 13px 25px;
  text-transform: uppercase;
  display: inline-block;
}

/* line 1242, C:/Users/lrent/Desktop/new css/scss/style.scss */
#html.tpl-homepage #destaque1 {
  padding: 115px 0 35px;
}

/* line 1246, C:/Users/lrent/Desktop/new css/scss/style.scss */
#html.tpl-homepage #destaque1 .full-page a {
  max-width: 820px;
  margin: 0 auto;
  display: block;
  text-align: center;
}

/* line 1252, C:/Users/lrent/Desktop/new css/scss/style.scss */
#html.tpl-homepage #destaque1 .full-page a .titulo {
  font: 700 35px/100% "Open Sans", font70108, Arial, Helvetica, sans-serif;
  letter-spacing: 1pt;
  color: #000;
  text-transform: uppercase;
  margin-bottom: 30px;
}

/* line 1260, C:/Users/lrent/Desktop/new css/scss/style.scss */
#html.tpl-homepage #destaque1 .full-page a .sub-titulo {
  font: 700 18px/130% "Open Sans", font70108, Arial, Helvetica, sans-serif;
  letter-spacing: 1pt;
  color: #777777;
  margin-bottom: 30px;
}

/* line 1267, C:/Users/lrent/Desktop/new css/scss/style.scss */
#html.tpl-homepage #destaque1 .full-page a .link {
  font: 700 13px/100% "Open Sans", font70108, Arial, Helvetica, sans-serif;
  letter-spacing: 1pt;
  color: #0082be;
  text-decoration: underline;
  text-transform: uppercase;
}

/* line 1277, C:/Users/lrent/Desktop/new css/scss/style.scss */
#html.tpl-homepage #destaque2 {
  margin: 35px 0 80px;
}

/* line 1281, C:/Users/lrent/Desktop/new css/scss/style.scss */
#html.tpl-homepage #destaque2 .full-page a {
  display: -webkit-flex;
  display: flex;
}

/* line 1284, C:/Users/lrent/Desktop/new css/scss/style.scss */
#html.tpl-homepage #destaque2 .full-page a .left {
  width: 50%;
}

/* line 1287, C:/Users/lrent/Desktop/new css/scss/style.scss */
#html.tpl-homepage #destaque2 .full-page a .left .img-wrap {
  height: 100%;
}

/* line 1292, C:/Users/lrent/Desktop/new css/scss/style.scss */
#html.tpl-homepage #destaque2 .full-page a .right {
  width: 50%;
  background: #0082be;
  padding: 80px 45px 50px;
}

/* line 1297, C:/Users/lrent/Desktop/new css/scss/style.scss */
#html.tpl-homepage #destaque2 .full-page a .right .titulo {
  font: 700 35px/100% "Open Sans", font70108, Arial, Helvetica, sans-serif;
  letter-spacing: 1pt;
  color: #FFFFFF;
  text-transform: uppercase;
  margin-bottom: 30px;
}

/* line 1305, C:/Users/lrent/Desktop/new css/scss/style.scss */
#html.tpl-homepage #destaque2 .full-page a .right .sub-titulo {
  font: 400 16px/120% "Open Sans", font70108, Arial, Helvetica, sans-serif;
  color: #FFFFFF;
  margin-bottom: 30px;
}

/* line 1311, C:/Users/lrent/Desktop/new css/scss/style.scss */
#html.tpl-homepage #destaque2 .full-page a .right .sub-extra {
  font: 700 22px/130% "Open Sans", font70108, Arial, Helvetica, sans-serif;
  letter-spacing: 0px;
  color: #e4ab00;
  text-transform: uppercase;
  margin-bottom: 10px;
}

/* line 1319, C:/Users/lrent/Desktop/new css/scss/style.scss */
#html.tpl-homepage #destaque2 .full-page a .right .button {
  font: 700 14px/100% "Open Sans", font70108, Arial, Helvetica, sans-serif;
  letter-spacing: 1pt;
  background: #FFFFFF;
  color: #0082be;
  text-transform: uppercase;
}

/* line 1332, C:/Users/lrent/Desktop/new css/scss/style.scss */
#html.tpl-homepage .news {
  background: #f8f8f8;
  padding: 70px 0 80px;
}

/* line 1336, C:/Users/lrent/Desktop/new css/scss/style.scss */
#html.tpl-homepage .news .full-page {
  text-align: center;
}

/* line 1339, C:/Users/lrent/Desktop/new css/scss/style.scss */
#html.tpl-homepage .news .full-page > .titulo {
  font: 700 18px/100% "Open Sans", font70108, Arial, Helvetica, sans-serif;
  letter-spacing: 1pt;
  color: #444444;
  text-transform: uppercase;
  margin-bottom: 35px;
}

/* line 1346, C:/Users/lrent/Desktop/new css/scss/style.scss */
#html.tpl-homepage .news .full-page .news-wrap {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  margin-bottom: 30px;
}

/* line 1351, C:/Users/lrent/Desktop/new css/scss/style.scss */
#html.tpl-homepage .news .full-page .news-wrap a {
  width: 100%;
  max-width: 445px;
  background: #FFFFFF;
  padding: 45px 40px;
  margin: 0 10px;
  text-align: left;
  display: block;
}

/* line 1360, C:/Users/lrent/Desktop/new css/scss/style.scss */
#html.tpl-homepage .news .full-page .news-wrap a .titulo {
  font: 400 20px/120% "Open Sans", font70108, Arial, Helvetica, sans-serif;
  color: #545454;
  margin-bottom: 10px;
}

/* line 1365, C:/Users/lrent/Desktop/new css/scss/style.scss */
#html.tpl-homepage .news .full-page .news-wrap a .texto {
  font: 400 16px/150% "Lato", Arial, Helvetica, sans-serif;
  color: #878787;
  margin-bottom: 20px;
}

/* line 1370, C:/Users/lrent/Desktop/new css/scss/style.scss */
#html.tpl-homepage .news .full-page .news-wrap a .read-more {
  font: 400 11px/100% "Open Sans", font70108, Arial, Helvetica, sans-serif;
  color: #777777;
  text-transform: uppercase;
}

/* line 1378, C:/Users/lrent/Desktop/new css/scss/style.scss */
#html.tpl-homepage .news .full-page .ver-todas {
  font: 400 11px/100% "Open Sans", font70108, Arial, Helvetica, sans-serif;
  color: #0082be;
  text-decoration: underline;
  text-transform: uppercase;
}

/* line 1387, C:/Users/lrent/Desktop/new css/scss/style.scss */
#html.tpl-homepage #destaques-grelha {
  margin: 70px 0 100px;
}

/* line 1392, C:/Users/lrent/Desktop/new css/scss/style.scss */
#html.tpl-homepage #destaques-grelha .full-page > .titulo {
  font: 700 30px/100% "Open Sans", font70108, Arial, Helvetica, sans-serif;
  letter-spacing: 1pt;
  color: #222222;
  margin: 0 0 40px;
  text-align: center;
}

/* line 1400, C:/Users/lrent/Desktop/new css/scss/style.scss */
#html.tpl-homepage #destaques-grelha .full-page .linha {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin: 0 0 20px 0;
  overflow: hidden;
}

/* line 1407, C:/Users/lrent/Desktop/new css/scss/style.scss */
#html.tpl-homepage #destaques-grelha .full-page .linha a .destaque {
  position: relative;
  background: #F4F4F4;
  height: 300px;
}

/* line 1412, C:/Users/lrent/Desktop/new css/scss/style.scss */
#html.tpl-homepage #destaques-grelha .full-page .linha a .destaque .textos {
  position: absolute;
  bottom: 30px;
  right: 0;
  width: auto;
  padding: 0 30px;
}

/* line 1419, C:/Users/lrent/Desktop/new css/scss/style.scss */
#html.tpl-homepage #destaques-grelha .full-page .linha a .destaque .textos .promo {
  font: 700 29px/100% "Open Sans", font70108, Arial, Helvetica, sans-serif;
  margin-bottom: 10px;
  text-transform: uppercase;
  color: #e4ab00;
}

/* line 1426, C:/Users/lrent/Desktop/new css/scss/style.scss */
#html.tpl-homepage #destaques-grelha .full-page .linha a .destaque .textos .cut {
  display: inline-block;
  font: 700 35px/100% "Open Sans", font70108, Arial, Helvetica, sans-serif;
  color: #FFFFFF;
  border-radius: 5px;
  background: #0082be;
  padding: 10px 10px;
  margin-bottom: 10px;
}

/* line 1436, C:/Users/lrent/Desktop/new css/scss/style.scss */
#html.tpl-homepage #destaques-grelha .full-page .linha a .destaque .textos .cut span {
  font: 400 22px/35px "Open Sans", font70108, Arial, Helvetica, sans-serif;
  text-decoration: line-through;
  margin-left: 10px;
  vertical-align: bottom;
}

/* line 1444, C:/Users/lrent/Desktop/new css/scss/style.scss */
#html.tpl-homepage #destaques-grelha .full-page .linha a .destaque .textos .ref {
  font: 700 18px/100% "Open Sans", font70108, Arial, Helvetica, sans-serif;
  color: #212121;
  margin-bottom: 10px;
  text-transform: uppercase;
}

/* line 1451, C:/Users/lrent/Desktop/new css/scss/style.scss */
#html.tpl-homepage #destaques-grelha .full-page .linha a .destaque .textos .titulo {
  font: 400 15px/100% "Open Sans", font70108, Arial, Helvetica, sans-serif;
  color: #888888;
  padding: 5px 5px;
  background: #FFFFFF;
  display: inline-block;
}

/* line 1459, C:/Users/lrent/Desktop/new css/scss/style.scss */
#html.tpl-homepage #destaques-grelha .full-page .linha a .destaque .textos .from {
  display: inline-block;
  font: 700 20px/100% "Open Sans", font70108, Arial, Helvetica, sans-serif;
  color: #0082be;
}

/* line 1464, C:/Users/lrent/Desktop/new css/scss/style.scss */
#html.tpl-homepage #destaques-grelha .full-page .linha a .destaque .textos .from span {
  font: 400 13px/100% "Open Sans", font70108, Arial, Helvetica, sans-serif;
  padding: 0 3px 0 5px;
}

/* line 1474, C:/Users/lrent/Desktop/new css/scss/style.scss */
#html.tpl-homepage #destaques-grelha .full-page .linha.tipo_1 a {
  width: 100%;
}

/* line 1477, C:/Users/lrent/Desktop/new css/scss/style.scss */
#html.tpl-homepage #destaques-grelha .full-page .linha.tipo_1 a .img-wrap {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

/* line 1481, C:/Users/lrent/Desktop/new css/scss/style.scss */
#html.tpl-homepage #destaques-grelha .full-page .linha.tipo_1 a .titulo {
  font: 700 27px/100% "Open Sans", font70108, Arial, Helvetica, sans-serif;
  color: #212121;
  margin-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: -1pt;
}

/* line 1490, C:/Users/lrent/Desktop/new css/scss/style.scss */
#html.tpl-homepage #destaques-grelha .full-page .linha.tipo_2 a:nth-child(1) {
  width: 45%;
  width: calc(50% - 10px);
}

/* line 1495, C:/Users/lrent/Desktop/new css/scss/style.scss */
#html.tpl-homepage #destaques-grelha .full-page .linha.tipo_2 a:nth-child(n+2) {
  width: 25%;
  width: calc(25% - 15px);
}

/* line 1499, C:/Users/lrent/Desktop/new css/scss/style.scss */
#html.tpl-homepage #destaques-grelha .full-page .linha.tipo_2 a:nth-child(n+2) .textos {
  bottom: 20px;
  max-width: none;
  padding: 0 25px;
  position: absolute;
  right: 0;
  left: 0;
  width: 100%;
}

/* line 1511, C:/Users/lrent/Desktop/new css/scss/style.scss */
#html.tpl-homepage #destaques-grelha .full-page .linha.tipo_3 a {
  width: 45%;
  width: calc(50% - 10px);
}

/* line 1515, C:/Users/lrent/Desktop/new css/scss/style.scss */
#html.tpl-homepage #destaques-grelha .full-page .linha.tipo_3 a .img-wrap {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

/* line 1521, C:/Users/lrent/Desktop/new css/scss/style.scss */
#html.tpl-homepage #destaques-grelha .full-page .linha.tipo_4 a {
  width: 25%;
  width: calc(25% - 15px);
}

/* line 1525, C:/Users/lrent/Desktop/new css/scss/style.scss */
#html.tpl-homepage #destaques-grelha .full-page .linha.tipo_4 a .textos {
  bottom: 20px;
  max-width: none;
  padding: 0 25px;
  position: absolute;
  right: 0;
  left: 0;
  width: 100%;
}

/* line 1541, C:/Users/lrent/Desktop/new css/scss/style.scss */
#footer {
  width: 100%;
  float: left;
  position: relative;
}

/* line 1546, C:/Users/lrent/Desktop/new css/scss/style.scss */
#footer .top {
  overflow: hidden;
  background: #555555;
  position: relative;
  z-index: 3;
}

/* line 1552, C:/Users/lrent/Desktop/new css/scss/style.scss */
#footer .top .full-page {
  display: -webkit-flex;
  display: flex;
}

/* line 1555, C:/Users/lrent/Desktop/new css/scss/style.scss */
#footer .top .full-page .left {
  display: inline-block;
  float: left;
  background: #666666;
  padding: 40px 70px;
  width: 35%;
  position: relative;
  z-index: 1;
}

/* line 1564, C:/Users/lrent/Desktop/new css/scss/style.scss */
#footer .top .full-page .left:before {
  position: absolute;
  content: " ";
  background: #666666;
  right: 0;
  top: 0;
  height: 100%;
  width: 1920px;
  z-index: -1;
}

/* line 1575, C:/Users/lrent/Desktop/new css/scss/style.scss */
#footer .top .full-page .left .titulo {
  font: 400 14px/130% "Open Sans", font70108, Arial, Helvetica, sans-serif;
  color: #FFFFFF;
  letter-spacing: 1pt;
  text-transform: uppercase;
}

/* line 1582, C:/Users/lrent/Desktop/new css/scss/style.scss */
#footer .top .full-page .left .nome {
  font: 700 15px/130% "Open Sans", font70108, Arial, Helvetica, sans-serif;
  color: #FFFFFF;
  letter-spacing: 1pt;
  margin-bottom: 30px;
  text-transform: uppercase;
}

/* line 1590, C:/Users/lrent/Desktop/new css/scss/style.scss */
#footer .top .full-page .left .tel {
  font: 700 15px/100% "Open Sans", font70108, Arial, Helvetica, sans-serif;
  color: #FFFFFF;
  letter-spacing: 1pt;
  margin-bottom: 0;
  padding: 10px 0 10px 35px;
  background: url("/temas/stricker/images/phone.svg") no-repeat center left;
  background-size: 22px auto;
}

/* line 1600, C:/Users/lrent/Desktop/new css/scss/style.scss */
#footer .top .full-page .left .email {
  font: 700 13px/100% "Open Sans", font70108, Arial, Helvetica, sans-serif;
  color: #FFFFFF;
  letter-spacing: 1pt;
  margin-bottom: 40px;
  padding: 10px 0 10px 35px;
  background: url("/temas/stricker/images/email.svg") no-repeat center left;
  background-size: 22px auto;
  display: block;
  word-break: break-all;
}

/* line 1614, C:/Users/lrent/Desktop/new css/scss/style.scss */
#footer .top .full-page .left .help span {
  font: 800 12px/100% "Open Sans", font70108, Arial, Helvetica, sans-serif;
  color: #e4ab00;
  letter-spacing: 1pt;
  margin-right: 3px;
  text-transform: uppercase;
}

/* line 1622, C:/Users/lrent/Desktop/new css/scss/style.scss */
#footer .top .full-page .left .help a {
  display: inline-block;
  font: 800 12px/100% "Open Sans", font70108, Arial, Helvetica, sans-serif;
  color: #FFFFFF;
  letter-spacing: 1pt;
  text-transform: uppercase;
  padding-bottom: 3px;
  border-bottom: 1px solid #FFFFFF;
}

/* line 1633, C:/Users/lrent/Desktop/new css/scss/style.scss */
#footer .top .full-page .right {
  display: inline-block;
  float: left;
  width: 100%;
  padding: 70px 0;
}

/* line 1640, C:/Users/lrent/Desktop/new css/scss/style.scss */
#footer .top .full-page .right > ul > li {
  display: inline-block;
  margin: 0 75px 20px 0;
  vertical-align: top;
}

/* line 1644, C:/Users/lrent/Desktop/new css/scss/style.scss */
#footer .top .full-page .right > ul > li .pai {
  font: 400 14px/100% "Open Sans", font70108, Arial, Helvetica, sans-serif;
  color: lightgray;
  letter-spacing: 1pt;
  text-transform: uppercase;
  margin-bottom: 15px;
  display: inline-block;
}

/* line 1654, C:/Users/lrent/Desktop/new css/scss/style.scss */
#footer .top .full-page .right > ul > li ul li a {
  font: 400 14px/180% "Open Sans", font70108, Arial, Helvetica, sans-serif;
  color: #cccccc;
}

/* line 1664, C:/Users/lrent/Desktop/new css/scss/style.scss */
#footer .top .full-page .left + .right {
  padding-left: 60px;
  width: 65%;
}

/* line 1672, C:/Users/lrent/Desktop/new css/scss/style.scss */
#footer .bottom .full-page .owl {
  height: 120px;
  padding: 45px 0;
}

/* line 1675, C:/Users/lrent/Desktop/new css/scss/style.scss */
#footer .bottom .full-page .owl a {
  margin: 0 35px;
  display: block;
}

/* line 1681, C:/Users/lrent/Desktop/new css/scss/style.scss */
#footer .bottom .full-page .icons-wrap {
  border-top: 1px solid #dddddd;
  padding: 40px 0;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}

/* line 1687, C:/Users/lrent/Desktop/new css/scss/style.scss */
#footer .bottom .full-page .icons-wrap div {
  font: 400 13px/100% "Open Sans", font70108, Arial, Helvetica, sans-serif;
  color: #888888;
  margin-right: 70px;
}

/* line 1697, C:/Users/lrent/Desktop/new css/scss/style.scss */
#breadcrumbs {
  display: block;
  padding: 40px 0;
  background: transparent;
}

/* line 1702, C:/Users/lrent/Desktop/new css/scss/style.scss */
#breadcrumbs li {
  display: inline-block;
  margin: 0 10px 3px 0;
}

/* line 1706, C:/Users/lrent/Desktop/new css/scss/style.scss */
#breadcrumbs li a, #breadcrumbs li span {
  font: 400 11px/100% "Open Sans", font70108, Arial, Helvetica, sans-serif;
  letter-spacing: 1pt;
  color: #777777;
  text-transform: uppercase;
}

/* line 1714, C:/Users/lrent/Desktop/new css/scss/style.scss */
#breadcrumbs li.last a, #breadcrumbs li.last span {
  color: #0082be;
}

/* line 1720, C:/Users/lrent/Desktop/new css/scss/style.scss */
#breadcrumbs .next {
  font: 400 11px/100% "Open Sans", font70108, Arial, Helvetica, sans-serif;
  color: #777777;
}

/* line 1726, C:/Users/lrent/Desktop/new css/scss/style.scss */
.filtro-drop {
  background: #F4F4F4;
  margin: 0 0 10px 0;
}

/* line 1730, C:/Users/lrent/Desktop/new css/scss/style.scss */
.filtro-drop > .titulo {
  font: 400 13px/100% "Open Sans", font70108, Arial, Helvetica, sans-serif;
  letter-spacing: 1pt;
  text-transform: uppercase;
  color: #202020;
  padding: 25px 20px;
  border-bottom: transparent;
  background: url("/temas/stricker/images/open_filter.svg") no-repeat center right 20px;
  background-size: 15px 10px;
  cursor: pointer;
  -webkit-transition: color 125ms ease-in-out, background 125ms ease-in-out, opacity 125ms ease-in-out;
  -moz-transition: all 125ms ease-in-out;
  -ms-transition: all 125ms ease-in-out;
  -o-transition: all 125ms ease-in-out;
  transition: all 125ms ease-in-out;
}

/* line 1745, C:/Users/lrent/Desktop/new css/scss/style.scss */
.filtro-drop.open > .titulo {
  background: url("/temas/stricker/images/close_filter.svg") no-repeat center right 20px;
  border-bottom: 1px solid #dddddd;
}

/* line 1751, C:/Users/lrent/Desktop/new css/scss/style.scss */
.filtro-drop.open > .titulo:hover,
.filtro-drop > .titulo:hover {
  opacity: 0.8;
  background-color: #f9f9f9;
}

/* line 1757, C:/Users/lrent/Desktop/new css/scss/style.scss */
.filtro-drop.closed > .conteudo {
  display: none;
}

/* line 1761, C:/Users/lrent/Desktop/new css/scss/style.scss */
.filtro-drop .conteudo {
  padding: 25px 20px 25px;
}

/* line 1766, C:/Users/lrent/Desktop/new css/scss/style.scss */
.filtro-not-drop {
  background: #F4F4F4;
  margin: 0 0 10px 0;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

/* line 1772, C:/Users/lrent/Desktop/new css/scss/style.scss */
.filtro-not-drop > .titulo {
  display: inline-block;
  font: 400 13px/100% "Open Sans", font70108, Arial, Helvetica, sans-serif;
  letter-spacing: 1pt;
  text-transform: uppercase;
  color: #202020;
  padding: 25px 20px;
  cursor: pointer;
  -webkit-transition: color 125ms ease-in-out, background 125ms ease-in-out, opacity 125ms ease-in-out;
  -moz-transition: all 125ms ease-in-out;
  -ms-transition: all 125ms ease-in-out;
  -o-transition: all 125ms ease-in-out;
  transition: all 125ms ease-in-out;
}

/* line 1783, C:/Users/lrent/Desktop/new css/scss/style.scss */
.filtro-not-drop > .conteudo {
  display: inline-block;
}

/* line 1790, C:/Users/lrent/Desktop/new css/scss/style.scss */
#catalogo-wrap .full-page {
  width: 92%;
  max-width: 1200px;
}

/* line 1796, C:/Users/lrent/Desktop/new css/scss/style.scss */
#catalogo-wrap #menu-wrap,
#search-wrap #menu-wrap {
  display: inline-block;
  width: 26%;
  float: left;
  padding-right: 40px;
}

/* line 1803, C:/Users/lrent/Desktop/new css/scss/style.scss */
#catalogo-wrap #menu-wrap #filtro-all,
#search-wrap #menu-wrap #filtro-all {
  background: none;
}

/* line 1806, C:/Users/lrent/Desktop/new css/scss/style.scss */
#catalogo-wrap #menu-wrap #filtro-all > .titulo,
#search-wrap #menu-wrap #filtro-all > .titulo {
  display: none;
}

/* line 1810, C:/Users/lrent/Desktop/new css/scss/style.scss */
#catalogo-wrap #menu-wrap #filtro-all > .conteudo,
#search-wrap #menu-wrap #filtro-all > .conteudo {
  padding: 0;
}

/* line 1814, C:/Users/lrent/Desktop/new css/scss/style.scss */
#catalogo-wrap #menu-wrap #filtro-all.closed > .conteudo,
#search-wrap #menu-wrap #filtro-all.closed > .conteudo {
  display: block;
}

/* line 1818, C:/Users/lrent/Desktop/new css/scss/style.scss */
#catalogo-wrap #menu-wrap #filtro-all input[type='submit'],
#search-wrap #menu-wrap #filtro-all input[type='submit'] {
  display: none;
  margin: 15px 0 0 0;
  padding: 20px 20px;
  width: 100%;
  border: 1px solid #DDDDDD;
  color: #F0F0F0;
  background: #0082be;
  font: 400 14px/100% "Open Sans", font70108, Arial, Helvetica, sans-serif;
  letter-spacing: 1pt;
  text-transform: uppercase;
  -webkit-transition: color 125ms ease-in-out, background 125ms ease-in-out, opacity 125ms ease-in-out;
  -moz-transition: all 125ms ease-in-out;
  -ms-transition: all 125ms ease-in-out;
  -o-transition: all 125ms ease-in-out;
  transition: all 125ms ease-in-out;
}

/* line 1831, C:/Users/lrent/Desktop/new css/scss/style.scss */
#html.nojs #catalogo-wrap #menu-wrap #filtro-all input[type='submit'], #html.nojs
#search-wrap #menu-wrap #filtro-all input[type='submit'] {
  display: block;
}

/* line 1837, C:/Users/lrent/Desktop/new css/scss/style.scss */
#catalogo-wrap #menu-wrap #filtro-catalogue .checkboxs > li > span,
#search-wrap #menu-wrap #filtro-catalogue .checkboxs > li > span {
  content: " ";
  background: transparent url("/temas/stricker/images/thumbs-seta.svg") no-repeat scroll center center/13px 8px;
  width: 16px;
  height: 30px;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
}

/* line 1848, C:/Users/lrent/Desktop/new css/scss/style.scss */
#catalogo-wrap #menu-wrap #filtro-catalogue .checkboxs > li > span.opened,
#search-wrap #menu-wrap #filtro-catalogue .checkboxs > li > span.opened {
  background: transparent url("/temas/stricker/images/thumbs-seta-r.svg") no-repeat scroll center center/13px 8px;
}

/* line 1852, C:/Users/lrent/Desktop/new css/scss/style.scss */
#catalogo-wrap #menu-wrap #filtro-catalogue .checkboxs > li > span.closed,
#search-wrap #menu-wrap #filtro-catalogue .checkboxs > li > span.closed {
  background: transparent url("/temas/stricker/images/thumbs-seta.svg") no-repeat scroll center center/13px 8px;
}

/* line 1860, C:/Users/lrent/Desktop/new css/scss/style.scss */
#catalogo-wrap #menu-wrap .filtro-drop .conteudo .checkboxs li,
#search-wrap #menu-wrap .filtro-drop .conteudo .checkboxs li {
  position: relative;
}

/* line 1863, C:/Users/lrent/Desktop/new css/scss/style.scss */
#catalogo-wrap #menu-wrap .filtro-drop .conteudo .checkboxs li > input[type="checkbox"],
#search-wrap #menu-wrap .filtro-drop .conteudo .checkboxs li > input[type="checkbox"] {
  display: none;
  visibility: hidden;
}

/* line 1868, C:/Users/lrent/Desktop/new css/scss/style.scss */
#catalogo-wrap #menu-wrap .filtro-drop .conteudo .checkboxs li > input[type="checkbox"] + label,
#search-wrap #menu-wrap .filtro-drop .conteudo .checkboxs li > input[type="checkbox"] + label {
  background: transparent url("/temas/stricker/images/checkbox-off-b.svg") no-repeat scroll left center;
  cursor: pointer;
  display: block;
  margin: 0;
  min-width: 15px;
  font: 400 13px/120% "Open Sans", font70108, Arial, Helvetica, sans-serif;
  color: #545454;
  text-transform: uppercase;
  padding: 7px 0 7px 25px;
}

/* line 1879, C:/Users/lrent/Desktop/new css/scss/style.scss */
#catalogo-wrap #menu-wrap .filtro-drop .conteudo .checkboxs li > input[type="checkbox"] + label > span,
#search-wrap #menu-wrap .filtro-drop .conteudo .checkboxs li > input[type="checkbox"] + label > span {
  font-size: 11px;
  color: #888888;
  margin-left: 2px;
}

/* line 1886, C:/Users/lrent/Desktop/new css/scss/style.scss */
#catalogo-wrap #menu-wrap .filtro-drop .conteudo .checkboxs li > input[type="checkbox"]:checked + label,
#search-wrap #menu-wrap .filtro-drop .conteudo .checkboxs li > input[type="checkbox"]:checked + label {
  background: transparent url("/temas/stricker/images/checkbox-on.svg") no-repeat scroll left center;
  color: #0082be;
}

/* line 1894, C:/Users/lrent/Desktop/new css/scss/style.scss */
#catalogo-wrap #menu-wrap .filtro-drop .conteudo .checkboxs.multi > li input[type="checkbox"] + label + span + ul,
#catalogo-wrap #menu-wrap .filtro-drop .conteudo .checkboxs.multi > li input[type="checkbox"] + label + ul,
#search-wrap #menu-wrap .filtro-drop .conteudo .checkboxs.multi > li input[type="checkbox"] + label + span + ul,
#search-wrap #menu-wrap .filtro-drop .conteudo .checkboxs.multi > li input[type="checkbox"] + label + ul {
  padding: 15px 0 15px 20px;
}

/* line 1902, C:/Users/lrent/Desktop/new css/scss/style.scss */
#catalogo-wrap #menu-wrap .filtro-drop .conteudo .radio li > input[type="checkbox"],
#search-wrap #menu-wrap .filtro-drop .conteudo .radio li > input[type="checkbox"] {
  display: none;
  visibility: hidden;
}

/* line 1907, C:/Users/lrent/Desktop/new css/scss/style.scss */
#catalogo-wrap #menu-wrap .filtro-drop .conteudo .radio li > input[type="checkbox"] + label,
#search-wrap #menu-wrap .filtro-drop .conteudo .radio li > input[type="checkbox"] + label {
  display: inline-block;
  margin: 0;
  padding: 0;
  width: 48px;
  height: 24px;
  border: 1px solid #CCCCCC;
  border-radius: 15px;
  cursor: pointer;
  font: 0px;
  text-indent: -99999px;
  background: #EEEEEE url("/temas/stricker/images/radioButton-off.svg") no-repeat scroll left center;
  background-size: 24px 24px;
  -webkit-transition: color 150ms ease-in-out, background 150ms ease-in-out, opacity 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  -ms-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}

/* line 1924, C:/Users/lrent/Desktop/new css/scss/style.scss */
#catalogo-wrap #menu-wrap .filtro-drop .conteudo .radio li > input[type="checkbox"]:checked + label,
#search-wrap #menu-wrap .filtro-drop .conteudo .radio li > input[type="checkbox"]:checked + label {
  background-color: #FBFBFB;
  background-image: url("/temas/stricker/images/radioButton.svg");
  background-position: right center;
}

/* line 1932, C:/Users/lrent/Desktop/new css/scss/style.scss */
#catalogo-wrap #menu-wrap .filtro-drop .conteudo .range,
#search-wrap #menu-wrap .filtro-drop .conteudo .range {
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: no-wrap;
  flex-wrap: no-wrap;
}

/* line 1938, C:/Users/lrent/Desktop/new css/scss/style.scss */
#catalogo-wrap #menu-wrap .filtro-drop .conteudo .range div,
#search-wrap #menu-wrap .filtro-drop .conteudo .range div {
  display: inline-block;
  padding-right: 7px;
  vertical-align: top;
}

/* line 1943, C:/Users/lrent/Desktop/new css/scss/style.scss */
#catalogo-wrap #menu-wrap .filtro-drop .conteudo .range div:last-child,
#search-wrap #menu-wrap .filtro-drop .conteudo .range div:last-child {
  padding-right: 0;
}

/* line 1947, C:/Users/lrent/Desktop/new css/scss/style.scss */
#catalogo-wrap #menu-wrap .filtro-drop .conteudo .range div span,
#search-wrap #menu-wrap .filtro-drop .conteudo .range div span {
  display: inline-block;
  margin: 0 0 6px 0;
  padding: 0;
  color: #333333;
  font: 400 12px/100% "Open Sans", font70108, Arial, Helvetica, sans-serif;
  white-space: nowrap;
}

/* line 1956, C:/Users/lrent/Desktop/new css/scss/style.scss */
#catalogo-wrap #menu-wrap .filtro-drop .conteudo .range div input[type='text'], #catalogo-wrap #menu-wrap .filtro-drop .conteudo .range div input[type='number'], #catalogo-wrap #menu-wrap .filtro-drop .conteudo .range div button,
#search-wrap #menu-wrap .filtro-drop .conteudo .range div input[type='text'],
#search-wrap #menu-wrap .filtro-drop .conteudo .range div input[type='number'],
#search-wrap #menu-wrap .filtro-drop .conteudo .range div button {
  display: block;
  margin: 0;
  padding: 10px 7px;
  height: 33px;
  background: #FFFFFF;
  border: 0px;
  color: #888888;
  font: 400 13px/100% "Open Sans", font70108, Arial, Helvetica, sans-serif;
}

/* line 89, C:/Users/lrent/Desktop/new css/scss/_master.scss */
#catalogo-wrap #menu-wrap .filtro-drop .conteudo .range div input[type='text']::-webkit-input-placeholder, #catalogo-wrap #menu-wrap .filtro-drop .conteudo .range div input[type='number']::-webkit-input-placeholder, #catalogo-wrap #menu-wrap .filtro-drop .conteudo .range div button::-webkit-input-placeholder,
#search-wrap #menu-wrap .filtro-drop .conteudo .range div input[type='text']::-webkit-input-placeholder,
#search-wrap #menu-wrap .filtro-drop .conteudo .range div input[type='number']::-webkit-input-placeholder,
#search-wrap #menu-wrap .filtro-drop .conteudo .range div button::-webkit-input-placeholder {
  opacity: 0.9 !important;
  color: #888888;
}

/* line 93, C:/Users/lrent/Desktop/new css/scss/_master.scss */
#catalogo-wrap #menu-wrap .filtro-drop .conteudo .range div input[type='text']:-moz-placeholder, #catalogo-wrap #menu-wrap .filtro-drop .conteudo .range div input[type='number']:-moz-placeholder, #catalogo-wrap #menu-wrap .filtro-drop .conteudo .range div button:-moz-placeholder,
#search-wrap #menu-wrap .filtro-drop .conteudo .range div input[type='text']:-moz-placeholder,
#search-wrap #menu-wrap .filtro-drop .conteudo .range div input[type='number']:-moz-placeholder,
#search-wrap #menu-wrap .filtro-drop .conteudo .range div button:-moz-placeholder {
  opacity: 0.9 !important;
  color: #888888;
}

/* line 97, C:/Users/lrent/Desktop/new css/scss/_master.scss */
#catalogo-wrap #menu-wrap .filtro-drop .conteudo .range div input[type='text']::-moz-placeholder, #catalogo-wrap #menu-wrap .filtro-drop .conteudo .range div input[type='number']::-moz-placeholder, #catalogo-wrap #menu-wrap .filtro-drop .conteudo .range div button::-moz-placeholder,
#search-wrap #menu-wrap .filtro-drop .conteudo .range div input[type='text']::-moz-placeholder,
#search-wrap #menu-wrap .filtro-drop .conteudo .range div input[type='number']::-moz-placeholder,
#search-wrap #menu-wrap .filtro-drop .conteudo .range div button::-moz-placeholder {
  opacity: 0.9 !important;
  color: #888888;
}

/* line 101, C:/Users/lrent/Desktop/new css/scss/_master.scss */
#catalogo-wrap #menu-wrap .filtro-drop .conteudo .range div input[type='text']:-ms-input-placeholder, #catalogo-wrap #menu-wrap .filtro-drop .conteudo .range div input[type='number']:-ms-input-placeholder, #catalogo-wrap #menu-wrap .filtro-drop .conteudo .range div button:-ms-input-placeholder,
#search-wrap #menu-wrap .filtro-drop .conteudo .range div input[type='text']:-ms-input-placeholder,
#search-wrap #menu-wrap .filtro-drop .conteudo .range div input[type='number']:-ms-input-placeholder,
#search-wrap #menu-wrap .filtro-drop .conteudo .range div button:-ms-input-placeholder {
  opacity: 0.9 !important;
  color: #888888;
}

/* line 1969, C:/Users/lrent/Desktop/new css/scss/style.scss */
#catalogo-wrap #menu-wrap .filtro-drop .conteudo .range div button,
#search-wrap #menu-wrap .filtro-drop .conteudo .range div button {
  padding: 10px 12px;
  color: #FFFFFF;
  background: #BBBBBB;
  cursor: pointer;
  outline: none !important;
  -webkit-transition: color 150ms ease-in-out, background 150ms ease-in-out, opacity 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  -ms-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}

/* line 1977, C:/Users/lrent/Desktop/new css/scss/style.scss */
#catalogo-wrap #menu-wrap .filtro-drop .conteudo .range div button:hover,
#search-wrap #menu-wrap .filtro-drop .conteudo .range div button:hover {
  background: #0082be;
}

/* line 1989, C:/Users/lrent/Desktop/new css/scss/style.scss */
#catalogo-wrap #menu-wrap .filtro-drop#filtro-family .conteudo .checkboxs li > input[type="checkbox"] + label,
#search-wrap #menu-wrap .filtro-drop#filtro-family .conteudo .checkboxs li > input[type="checkbox"] + label {
  text-transform: none;
}

/* line 2000, C:/Users/lrent/Desktop/new css/scss/style.scss */
#catalogo-wrap #menu-wrap .filtro-drop#filtro-stock .conteudo .range div,
#search-wrap #menu-wrap .filtro-drop#filtro-stock .conteudo .range div {
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: no-wrap;
  flex-wrap: no-wrap;
}

/* line 2006, C:/Users/lrent/Desktop/new css/scss/style.scss */
#catalogo-wrap #menu-wrap .filtro-drop#filtro-stock .conteudo .range div span,
#search-wrap #menu-wrap .filtro-drop#filtro-stock .conteudo .range div span {
  margin: 0 10px 0 0;
}

/* line 2012, C:/Users/lrent/Desktop/new css/scss/style.scss */
#catalogo-wrap #menu-wrap .filtro-drop#filtro-stock .conteudo .range-pick,
#search-wrap #menu-wrap .filtro-drop#filtro-stock .conteudo .range-pick {
  display: block;
  margin: 10px 0 0 0;
}

/* line 2016, C:/Users/lrent/Desktop/new css/scss/style.scss */
#catalogo-wrap #menu-wrap .filtro-drop#filtro-stock .conteudo .range-pick > input[type="radio"],
#search-wrap #menu-wrap .filtro-drop#filtro-stock .conteudo .range-pick > input[type="radio"] {
  display: none;
  visibility: hidden;
}

/* line 2021, C:/Users/lrent/Desktop/new css/scss/style.scss */
#catalogo-wrap #menu-wrap .filtro-drop#filtro-stock .conteudo .range-pick > input[type="radio"] + label,
#search-wrap #menu-wrap .filtro-drop#filtro-stock .conteudo .range-pick > input[type="radio"] + label {
  display: block;
  margin: 0;
  padding: 6px 0 7px 28px;
  min-width: 48px;
  min-height: 17px;
  cursor: pointer;
  background: transparent url("/temas/stricker/images/radioButton-off.svg") no-repeat scroll left top 6px;
  background-size: 17px 17px;
  font: 400 13px/17px "Open Sans", Arial, Helvetica, sans-serif;
  color: #555555;
  -webkit-transition: color 150ms ease-in-out, background 150ms ease-in-out, opacity 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  -ms-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}

/* line 2036, C:/Users/lrent/Desktop/new css/scss/style.scss */
#catalogo-wrap #menu-wrap .filtro-drop#filtro-stock .conteudo .range-pick > input[type="radio"]:checked + label,
#search-wrap #menu-wrap .filtro-drop#filtro-stock .conteudo .range-pick > input[type="radio"]:checked + label {
  background-image: url("/temas/stricker/images/radioButton.svg");
}

/* line 2040, C:/Users/lrent/Desktop/new css/scss/style.scss */
#catalogo-wrap #menu-wrap .filtro-drop#filtro-stock .conteudo .range-pick > input[type="radio"]:checked + label,
#catalogo-wrap #menu-wrap .filtro-drop#filtro-stock .conteudo .range-pick > input[type="radio"] + label:hover,
#search-wrap #menu-wrap .filtro-drop#filtro-stock .conteudo .range-pick > input[type="radio"]:checked + label,
#search-wrap #menu-wrap .filtro-drop#filtro-stock .conteudo .range-pick > input[type="radio"] + label:hover {
  color: #0082be;
}

/* line 2045, C:/Users/lrent/Desktop/new css/scss/style.scss */
#catalogo-wrap #menu-wrap .filtro-drop#filtro-stock .conteudo .range-pick > select,
#search-wrap #menu-wrap .filtro-drop#filtro-stock .conteudo .range-pick > select {
  margin-left: 28px;
  padding: 10px;
  width: auto;
  width: calc(100% - 28px);
  height: 40px;
}

/* line 2058, C:/Users/lrent/Desktop/new css/scss/style.scss */
#catalogo-wrap #menu-wrap #filtro-catalogue .checkboxs li > span {
  top: 11px;
  right: 20px;
}

/* line 2063, C:/Users/lrent/Desktop/new css/scss/style.scss */
#catalogo-wrap .right,
#search-wrap .right {
  display: inline-block;
  width: 100%;
  margin-bottom: 60px;
}

/* line 2069, C:/Users/lrent/Desktop/new css/scss/style.scss */
#catalogo-wrap .right #filtros-wrap,
#search-wrap .right #filtros-wrap {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  position: relative;
}

/* line 2074, C:/Users/lrent/Desktop/new css/scss/style.scss */
#catalogo-wrap .right #filtros-wrap #guardar-pesquisa,
#search-wrap .right #filtros-wrap #guardar-pesquisa {
  position: absolute;
  top: -30px;
  right: 30px;
  padding: 0 0 0 23px;
  font: 400 11px/16px "Open Sans", font70108, Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  color: #222222;
  background: transparent url("/temas/stricker/images/save-search.svg") no-repeat left center;
  background-size: 16px 16px;
}

/* line 2086, C:/Users/lrent/Desktop/new css/scss/style.scss */
#catalogo-wrap .right #filtros-wrap #filtros,
#search-wrap .right #filtros-wrap #filtros {
  width: 100%;
  display: block;
  padding: 15px 0;
}

/* line 2091, C:/Users/lrent/Desktop/new css/scss/style.scss */
#catalogo-wrap .right #filtros-wrap #filtros > div,
#search-wrap .right #filtros-wrap #filtros > div {
  display: inline-block;
}

/* line 2095, C:/Users/lrent/Desktop/new css/scss/style.scss */
#catalogo-wrap .right #filtros-wrap #filtros > .titulo,
#search-wrap .right #filtros-wrap #filtros > .titulo {
  font: 700 11px/100% "Open Sans", font70108, Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  margin-right: 15px;
  color: #0082be;
}

/* line 2102, C:/Users/lrent/Desktop/new css/scss/style.scss */
#catalogo-wrap .right #filtros-wrap #filtros #filtros-box,
#search-wrap .right #filtros-wrap #filtros #filtros-box {
  display: inline;
}

/* line 2105, C:/Users/lrent/Desktop/new css/scss/style.scss */
#catalogo-wrap .right #filtros-wrap #filtros #filtros-box a,
#search-wrap .right #filtros-wrap #filtros #filtros-box a {
  display: inline-block;
  font: 700 11px/100% "Open Sans", font70108, Arial, Helvetica, sans-serif;
  padding: 5px 20px 5px 0;
  margin-right: 15px;
  background: url("/temas/stricker/images/clear_filter.svg") no-repeat center right;
  background-size: 15px 15px;
  cursor: pointer;
  color: #878787;
}

/* line 2115, C:/Users/lrent/Desktop/new css/scss/style.scss */
#catalogo-wrap .right #filtros-wrap #filtros #filtros-box a:hover,
#search-wrap .right #filtros-wrap #filtros #filtros-box a:hover {
  opacity: 0.8;
}

/* line 2121, C:/Users/lrent/Desktop/new css/scss/style.scss */
#catalogo-wrap .right #filtros-wrap #filtros #clean-filtros,
#search-wrap .right #filtros-wrap #filtros #clean-filtros {
  font: 700 10px/100% "Open Sans", font70108, Arial, Helvetica, sans-serif;
  letter-spacing: 1pt;
  text-decoration: underline;
  text-transform: uppercase;
  color: #888888;
}

/* line 2128, C:/Users/lrent/Desktop/new css/scss/style.scss */
#catalogo-wrap .right #filtros-wrap #filtros #clean-filtros:hover,
#search-wrap .right #filtros-wrap #filtros #clean-filtros:hover {
  opacity: 0.8;
}

/* line 2134, C:/Users/lrent/Desktop/new css/scss/style.scss */
#catalogo-wrap .right #filtros-wrap .barra-filtros,
#search-wrap .right #filtros-wrap .barra-filtros {
  width: 100%;
  display: block;
  font-size: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: no-wrap;
  flex-wrap: no-wrap;
}

/* line 2143, C:/Users/lrent/Desktop/new css/scss/style.scss */
#catalogo-wrap .right #filtros-wrap .barra-filtros > div,
#search-wrap .right #filtros-wrap .barra-filtros > div {
  display: inline-block;
  height: 50px;
  vertical-align: top;
}

/* line 2149, C:/Users/lrent/Desktop/new css/scss/style.scss */
#catalogo-wrap .right #filtros-wrap .barra-filtros #num-produtos,
#search-wrap .right #filtros-wrap .barra-filtros #num-produtos {
  display: inline-block;
  font: 400 12px/100% "Open Sans", font70108, Arial, Helvetica, sans-serif;
  letter-spacing: 1pt;
  color: #777777;
  border: 1px solid #eeeeee;
  border-right: none;
  padding: 19px;
  width: auto;
  flex-grow: 1;
}

/* line 2161, C:/Users/lrent/Desktop/new css/scss/style.scss */
#catalogo-wrap .right #filtros-wrap .barra-filtros #grid-list,
#search-wrap .right #filtros-wrap .barra-filtros #grid-list {
  border: 1px solid #eeeeee;
  width: auto;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: no-wrap;
  flex-wrap: no-wrap;
}

/* line 2169, C:/Users/lrent/Desktop/new css/scss/style.scss */
#catalogo-wrap .right #filtros-wrap .barra-filtros #grid-list > div,
#search-wrap .right #filtros-wrap .barra-filtros #grid-list > div {
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-align-self: center;
  align-self: center;
  font: 400 10px/100% "Open Sans", font70108, Arial, Helvetica, sans-serif;
  letter-spacing: 1pt;
  text-transform: uppercase;
  color: #555555;
  padding: 19px 10px 19px 45px;
  opacity: 0.45;
  cursor: pointer;
}

/* line 2180, C:/Users/lrent/Desktop/new css/scss/style.scss */
#catalogo-wrap .right #filtros-wrap .barra-filtros #grid-list > div:focus, #catalogo-wrap .right #filtros-wrap .barra-filtros #grid-list > div:hover, #catalogo-wrap .right #filtros-wrap .barra-filtros #grid-list > div.selected,
#search-wrap .right #filtros-wrap .barra-filtros #grid-list > div:focus,
#search-wrap .right #filtros-wrap .barra-filtros #grid-list > div:hover,
#search-wrap .right #filtros-wrap .barra-filtros #grid-list > div.selected {
  opacity: 1;
}

/* line 2185, C:/Users/lrent/Desktop/new css/scss/style.scss */
#catalogo-wrap .right #filtros-wrap .barra-filtros #grid-list #grid,
#search-wrap .right #filtros-wrap .barra-filtros #grid-list #grid {
  background: transparent url("/temas/stricker/images/grid.svg") no-repeat left 15px center;
  background-size: 20px 18px;
}

/* line 2189, C:/Users/lrent/Desktop/new css/scss/style.scss */
#catalogo-wrap .right #filtros-wrap .barra-filtros #grid-list #list,
#search-wrap .right #filtros-wrap .barra-filtros #grid-list #list {
  background: transparent url("/temas/stricker/images/list.svg") no-repeat left 15px center;
  background-size: 20px 18px;
}

/* line 2195, C:/Users/lrent/Desktop/new css/scss/style.scss */
#catalogo-wrap .right #filtros-wrap .barra-filtros #sort-by,
#search-wrap .right #filtros-wrap .barra-filtros #sort-by {
  display: inline-block;
  width: auto;
  position: relative;
  min-width: 160px;
}

/* line 2201, C:/Users/lrent/Desktop/new css/scss/style.scss */
#catalogo-wrap .right #filtros-wrap .barra-filtros #sort-by .select-menu,
#search-wrap .right #filtros-wrap .barra-filtros #sort-by .select-menu {
  font: 400 10px/100% "Open Sans", font70108, Arial, Helvetica, sans-serif;
  letter-spacing: 1pt;
  color: #555555;
  border: 1px solid #eeeeee;
  border-left: 0;
  padding: 15px 15px;
  text-transform: uppercase;
  width: 100%;
  display: block;
  padding: 19px 40px 19px 25px;
  background: transparent url("/temas/stricker/images/setaDrop.svg") no-repeat right 15px center;
  background-size: 10px 6px;
  cursor: pointer;
}

/* line 2217, C:/Users/lrent/Desktop/new css/scss/style.scss */
#catalogo-wrap .right #filtros-wrap .barra-filtros #sort-by .submenu,
#search-wrap .right #filtros-wrap .barra-filtros #sort-by .submenu {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  border: 1px solid #eeeeee;
  border-top: none;
  background: #FFFFFF;
  z-index: 2;
}

/* line 2227, C:/Users/lrent/Desktop/new css/scss/style.scss */
#catalogo-wrap .right #filtros-wrap .barra-filtros #sort-by .submenu li, #catalogo-wrap .right #filtros-wrap .barra-filtros #sort-by .submenu a,
#search-wrap .right #filtros-wrap .barra-filtros #sort-by .submenu li,
#search-wrap .right #filtros-wrap .barra-filtros #sort-by .submenu a {
  font: 400 10px/100% "Open Sans", font70108, Arial, Helvetica, sans-serif;
  letter-spacing: 1pt;
  color: #555555;
}

/* line 2233, C:/Users/lrent/Desktop/new css/scss/style.scss */
#catalogo-wrap .right #filtros-wrap .barra-filtros #sort-by .submenu li,
#search-wrap .right #filtros-wrap .barra-filtros #sort-by .submenu li {
  display: inline-block;
  padding: 0;
  width: 100%;
}

/* line 2238, C:/Users/lrent/Desktop/new css/scss/style.scss */
#catalogo-wrap .right #filtros-wrap .barra-filtros #sort-by .submenu li a,
#search-wrap .right #filtros-wrap .barra-filtros #sort-by .submenu li a {
  display: block;
  padding: 10px 25px;
}

/* line 2248, C:/Users/lrent/Desktop/new css/scss/style.scss */
#catalogo-wrap .right #produtos-wrap,
#search-wrap .right #produtos-wrap {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 20px;
}

/* line 2256, C:/Users/lrent/Desktop/new css/scss/style.scss */
#catalogo-wrap .right #produtos-wrap.list .produto,
#search-wrap .right #produtos-wrap.list .produto {
  width: 100%;
  max-width: none;
  margin: 0 0 15px;
  display: -webkit-flex;
  display: flex;
}

/* line 2262, C:/Users/lrent/Desktop/new css/scss/style.scss */
#catalogo-wrap .right #produtos-wrap.list .produto > .img-wrap.center,
#search-wrap .right #produtos-wrap.list .produto > .img-wrap.center {
  width: 30%;
  width: calc(170px);
  height: 170px;
}

/* line 2267, C:/Users/lrent/Desktop/new css/scss/style.scss */
#catalogo-wrap .right #produtos-wrap.list .produto > .img-wrap.center > span > img,
#search-wrap .right #produtos-wrap.list .produto > .img-wrap.center > span > img {
  height: 170px;
}

/* line 2272, C:/Users/lrent/Desktop/new css/scss/style.scss */
#catalogo-wrap .right #produtos-wrap.list .produto > .bottom,
#search-wrap .right #produtos-wrap.list .produto > .bottom {
  width: 100%;
}

/* line 2276, C:/Users/lrent/Desktop/new css/scss/style.scss */
#catalogo-wrap .right #produtos-wrap.list .produto > .img-wrap + .bottom,
#search-wrap .right #produtos-wrap.list .produto > .img-wrap + .bottom {
  width: 70%;
  width: calc(100% - 170px);
}

/* line 2283, C:/Users/lrent/Desktop/new css/scss/style.scss */
#catalogo-wrap .right #produtos-wrap .produto,
#search-wrap .right #produtos-wrap .produto {
  position: relative;
  width: 100%;
  width: calc(25% - 30px);
  max-width: 275px;
  margin: 0 30px 30px 0;
}

/* line 2291, C:/Users/lrent/Desktop/new css/scss/style.scss */
#catalogo-wrap .right #produtos-wrap:not(:list) .produto .img-wrap,
#search-wrap .right #produtos-wrap:not(:list) .produto .img-wrap {
  border-bottom: 1px solid #e8e8e8;
}

/* line 2295, C:/Users/lrent/Desktop/new css/scss/style.scss */
#catalogo-wrap .right #produtos-wrap .produto.new:after,
#search-wrap .right #produtos-wrap .produto.new:after {
  content: " ";
  position: absolute;
  top: -10px;
  left: -10px;
  width: calc(100% + 20px);
  height: calc(100% + 20px);
  background: #0082be;
  opacity: 0;
  z-index: 1;
  -webkit-transition: color 1000ms ease-in-out, background 1000ms ease-in-out, opacity 1000ms ease-in-out;
  -moz-transition: all 1000ms ease-in-out;
  -ms-transition: all 1000ms ease-in-out;
  -o-transition: all 1000ms ease-in-out;
  transition: all 1000ms ease-in-out;
}

/* line 2308, C:/Users/lrent/Desktop/new css/scss/style.scss */
#catalogo-wrap .right #produtos-wrap .produto.new.newRemove:after,
#search-wrap .right #produtos-wrap .produto.new.newRemove:after {
  opacity: 0.75;
}

/* line 2312, C:/Users/lrent/Desktop/new css/scss/style.scss */
#catalogo-wrap .right #produtos-wrap #zero-prod,
#search-wrap .right #produtos-wrap #zero-prod {
  color: #444444;
  font-size: 13px;
}

/* line 2318, C:/Users/lrent/Desktop/new css/scss/style.scss */
#catalogo-wrap .right #produtos-loading,
#search-wrap .right #produtos-loading {
  display: block;
  text-align: center;
}

/* line 2324, C:/Users/lrent/Desktop/new css/scss/style.scss */
#catalogo-wrap #menu-wrap + .right,
#search-wrap #menu-wrap + .right {
  width: 74%;
}

/* line 2329, C:/Users/lrent/Desktop/new css/scss/style.scss */
#search-wrap #menu-wrap #filtro-catalogue .checkboxs.multi ul li .clear {
  color: #0082be;
  cursor: pointer;
  margin-top: 5px;
  padding-left: 25px;
  text-transform: uppercase;
  font: 400 11px/100% "Open Sans", font70108, Arial, Helvetica, sans-serif;
  text-decoration: underline;
}

/* line 2340, C:/Users/lrent/Desktop/new css/scss/style.scss */
#catalogo-wrap #menu-wrap + .right .produto {
  width: 33.2%;
  width: calc(33.3% - (30px - (30px / 3)));
}

/* line 2345, C:/Users/lrent/Desktop/new css/scss/style.scss */
#catalogo-wrap #menu-wrap + .right .produto:nth-child(3n) {
  margin-right: 0;
}

/* line 2350, C:/Users/lrent/Desktop/new css/scss/style.scss */
.produto {
  position: relative;
  width: 100%;
  display: block;
  margin: 0;
  background: #f9f9f9;
  border: 1px solid #e8e8e8;
}

/* line 2358, C:/Users/lrent/Desktop/new css/scss/style.scss */
.produto:hover, .produto:focus {
  opacity: 0.8;
}

/* line 2362, C:/Users/lrent/Desktop/new css/scss/style.scss */
.produto.search_results {
  background: none;
}

/* line 2365, C:/Users/lrent/Desktop/new css/scss/style.scss */
.produto.search_results:hover, .produto.search_results:focus {
  opacity: 1;
}

/* line 2370, C:/Users/lrent/Desktop/new css/scss/style.scss */
.produto .fav {
  position: absolute;
  top: 0;
  left: 0;
  content: " ";
  width: 30px;
  height: 30px;
  z-index: 2;
  background: transparent url("/temas/stricker/images/favorites-off.svg") no-repeat scroll center center;
}

/* line 2380, C:/Users/lrent/Desktop/new css/scss/style.scss */
.produto .fav[data-fav="1"] {
  background: transparent url("/temas/stricker/images/favorites-on.svg") no-repeat scroll center center;
}

/* line 2384, C:/Users/lrent/Desktop/new css/scss/style.scss */
.produto .fav:hover {
  background-color: rgba(0, 0, 0, 0.1);
}

/* line 2389, C:/Users/lrent/Desktop/new css/scss/style.scss */
.produto .tag {
  font: 700 11px/100% "Open Sans", font70108, Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  padding: 5px 10px;
  background: #f9f9f9;
  position: absolute;
  top: 0;
  right: 0;
  color: #444444;
  z-index: 1;
}

/* line 2401, C:/Users/lrent/Desktop/new css/scss/style.scss */
.produto .tag.orange {
  color: #ff8000;
}

/* line 2405, C:/Users/lrent/Desktop/new css/scss/style.scss */
.produto .tag.azul {
  color: #0082be;
}

/* line 2409, C:/Users/lrent/Desktop/new css/scss/style.scss */
.produto .img-wrap {
  background: #FFFFFF;
  -webkit-transition: color 250ms ease-in-out, background 250ms ease-in-out, opacity 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  -ms-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}

/* line 2413, C:/Users/lrent/Desktop/new css/scss/style.scss */
.produto .img-wrap span {
  display: inline-block;
}

/* line 2417, C:/Users/lrent/Desktop/new css/scss/style.scss */
.produto .img-wrap img {
  -webkit-transition: color 250ms ease-in-out, background 250ms ease-in-out, opacity 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  -ms-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
  width: 221px !important;
  height: 221px !important;
}

/* line 2424, C:/Users/lrent/Desktop/new css/scss/style.scss */
.produto .bottom {
  background: #f9f9f9;
  padding: 35px 20px 20px 20px;
}

/* line 2428, C:/Users/lrent/Desktop/new css/scss/style.scss */
.produto .bottom .ref {
  font: 400 17px/100% "Open Sans", font70108, Arial, Helvetica, sans-serif;
  color: #0082be;
  display: inline-block;
}

/* line 2433, C:/Users/lrent/Desktop/new css/scss/style.scss */
.produto .bottom .from-wrap {
  font: 700 16px/100% "Open Sans", font70108, Arial, Helvetica, sans-serif;
  color: #444444;
  float: right;
}

/* line 2438, C:/Users/lrent/Desktop/new css/scss/style.scss */
.produto .bottom .from-wrap .from {
  font: 400 11px/100% "Open Sans", font70108, Arial, Helvetica, sans-serif;
  color: #444444;
}

/* line 2442, C:/Users/lrent/Desktop/new css/scss/style.scss */
.produto .bottom .from-wrap .cut {
  font: 400 14px/100% "Open Sans", font70108, Arial, Helvetica, sans-serif;
  color: #777777;
  text-decoration: line-through;
  margin-left: 5px;
}

/* line 2449, C:/Users/lrent/Desktop/new css/scss/style.scss */
.produto .bottom .titulo {
  font: 400 13px/120% "Open Sans", font70108, Arial, Helvetica, sans-serif;
  color: #777777;
  margin: 15px 0;
}

/* line 2455, C:/Users/lrent/Desktop/new css/scss/style.scss */
.produto .bottom .stock {
  font: 400 11px/100% "Open Sans", font70108, Arial, Helvetica, sans-serif;
  color: #888888;
  margin: 0;
}

/* line 2461, C:/Users/lrent/Desktop/new css/scss/style.scss */
.produto .bottom .colors {
  display: inline-block;
  margin-bottom: 15px;
  float: right;
}

/* line 2466, C:/Users/lrent/Desktop/new css/scss/style.scss */
.produto .bottom .colors li {
  display: inline-block;
  width: 10px;
  height: 10px;
  content: " ";
  margin-left: 2px;
  border: 1px solid #999999;
  background-color: #FFFFFF;
  background-repeat: no-repeat;
  background-position: center center;
}

/* line 2480, C:/Users/lrent/Desktop/new css/scss/style.scss */
.produto .img-wrap + .bottom {
  padding-top: 25px;
}

/* line 2486, C:/Users/lrent/Desktop/new css/scss/style.scss */
#filtro-cores .conteudo .colors li {
  display: inline-block;
  margin: 0 9px 9px 0;
  width: 25px;
  height: 25px;
}

/* line 2492, C:/Users/lrent/Desktop/new css/scss/style.scss */
#filtro-cores .conteudo .colors li input[type="checkbox"] {
  display: none;
}

/* line 2496, C:/Users/lrent/Desktop/new css/scss/style.scss */
#filtro-cores .conteudo .colors li input[type="checkbox"] + label {
  display: inline-block;
  width: 25px;
  height: 25px;
  content: " ";
  border-radius: 4px;
  cursor: pointer;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 110%;
  font-size: 0px;
  text-indent: -9999px;
}

/* line 2510, C:/Users/lrent/Desktop/new css/scss/style.scss */
#filtro-cores .conteudo .colors li input[type="checkbox"] + label:hover {
  opacity: 0.8;
}

/* line 2515, C:/Users/lrent/Desktop/new css/scss/style.scss */
#filtro-cores .conteudo .colors li input[type="checkbox"]:checked + label {
  border-color: rgba(0, 130, 190, 0.8);
  border-width: 2px;
}

/* line 2523, C:/Users/lrent/Desktop/new css/scss/style.scss */
#catalogo-wrap #filtro-propriedades.filtro-drop .conteudo .checkboxs.propriedades li > input[type="checkbox"] + label {
  line-height: 23px;
  text-transform: none;
}

/* line 2527, C:/Users/lrent/Desktop/new css/scss/style.scss */
#catalogo-wrap #filtro-propriedades.filtro-drop .conteudo .checkboxs.propriedades li > input[type="checkbox"] + label img {
  vertical-align: top;
  margin-right: 4px;
}

/* line 2534, C:/Users/lrent/Desktop/new css/scss/style.scss */
#catalogo-wrap .full-page #menu-wrap #filtro-catalogue {
  background: #f5faff;
  border: 1px solid #d9ebf3;
}

/* line 2538, C:/Users/lrent/Desktop/new css/scss/style.scss */
#catalogo-wrap .full-page #menu-wrap #filtro-catalogue > .titulo {
  color: rgba(51, 51, 51, 0.8);
  padding: 25px 20px;
}

/* line 2543, C:/Users/lrent/Desktop/new css/scss/style.scss */
#catalogo-wrap .full-page #menu-wrap #filtro-catalogue.open > .titulo:hover,
#catalogo-wrap .full-page #menu-wrap #filtro-catalogue > .titulo:hover {
  opacity: 0.8;
  background-color: #FFFFFF;
}

/* line 2550, C:/Users/lrent/Desktop/new css/scss/style.scss */
#catalogo-wrap .full-page #menu-wrap #filtro-catalogue.open > .titulo {
  border-bottom: 1px solid #d9ebf3;
}

/* line 2555, C:/Users/lrent/Desktop/new css/scss/style.scss */
#catalogo-wrap .full-page #menu-wrap #filtro-catalogue .conteudo {
  padding: 0;
}

/* line 2559, C:/Users/lrent/Desktop/new css/scss/style.scss */
#catalogo-wrap .full-page #menu-wrap #filtro-catalogue .conteudo .checkboxs > li:not(:first-child) {
  border-top: 1px solid #d9ebf3;
}

/* line 2562, C:/Users/lrent/Desktop/new css/scss/style.scss */
#catalogo-wrap .full-page #menu-wrap #filtro-catalogue .conteudo .checkboxs > li {
  padding: 11px 20px;
}

/* line 2565, C:/Users/lrent/Desktop/new css/scss/style.scss */
#catalogo-wrap .full-page #menu-wrap #filtro-catalogue .conteudo .checkboxs > li > input[type="checkbox"] + label {
  color: #545454;
  font: 400 14px/100% "Open Sans", font70108, Arial, Helvetica, sans-serif;
}

/* line 2569, C:/Users/lrent/Desktop/new css/scss/style.scss */
#catalogo-wrap .full-page #menu-wrap #filtro-catalogue .conteudo .checkboxs > li > input[type="checkbox"]:checked + label {
  color: #0082be;
}

/* line 2575, C:/Users/lrent/Desktop/new css/scss/style.scss */
#catalogo-wrap .full-page #menu-wrap #filtro-catalogue .conteudo .checkboxs > li > ul li label {
  color: #545454;
}

/* line 2578, C:/Users/lrent/Desktop/new css/scss/style.scss */
#catalogo-wrap .full-page #menu-wrap #filtro-catalogue .conteudo .checkboxs > li > ul li label.zero {
  opacity: 0.5;
}

/* line 2581, C:/Users/lrent/Desktop/new css/scss/style.scss */
#catalogo-wrap .full-page #menu-wrap #filtro-catalogue .conteudo .checkboxs > li > ul li label.zero:focus, #catalogo-wrap .full-page #menu-wrap #filtro-catalogue .conteudo .checkboxs > li > ul li label.zero:hover {
  opacity: 1;
}

/* line 2588, C:/Users/lrent/Desktop/new css/scss/style.scss */
#catalogo-wrap .full-page #menu-wrap #filtro-catalogue .conteudo .checkboxs > li > ul li input[type="checkbox"] + label {
  background: transparent url("/temas/stricker/images/checkbox-off-b.svg") no-repeat scroll left center;
}

/* line 2592, C:/Users/lrent/Desktop/new css/scss/style.scss */
#catalogo-wrap .full-page #menu-wrap #filtro-catalogue .conteudo .checkboxs > li > ul li input[type="checkbox"]:checked + label {
  background: transparent url("/temas/stricker/images/checkbox-on.svg") no-repeat scroll left center;
  text-decoration: underline;
  color: #0082be;
}

/* line 2597, C:/Users/lrent/Desktop/new css/scss/style.scss */
#catalogo-wrap .full-page #menu-wrap #filtro-catalogue .conteudo .checkboxs > li > ul li input[type="checkbox"]:checked + label.zero {
  opacity: 1;
}

/* line 2602, C:/Users/lrent/Desktop/new css/scss/style.scss */
#catalogo-wrap .full-page #menu-wrap #filtro-catalogue .conteudo .checkboxs > li > ul li .clear {
  color: #0082be;
  cursor: pointer;
  margin-top: 5px;
  padding-left: 25px;
  text-transform: uppercase;
  font: 400 11px/100% "Open Sans", font70108, Arial, Helvetica, sans-serif;
  text-decoration: underline;
}

/* line 2620, C:/Users/lrent/Desktop/new css/scss/style.scss */
#produto-detalhe .full-page .left {
  display: inline-block;
  float: left;
  width: 48%;
  width: calc(505px);
  padding-right: 25px;
  font-size: 0;
}

/* line 2628, C:/Users/lrent/Desktop/new css/scss/style.scss */
#produto-detalhe .full-page .left .zoomImg {
  cursor: zoom-in;
}

/* line 2632, C:/Users/lrent/Desktop/new css/scss/style.scss */
#produto-detalhe .full-page .left .galery-mini {
  width: 100%;
  max-width: 100%;
  display: inline-block;
  padding: 0 30px;
  position: relative;
}

/* line 2639, C:/Users/lrent/Desktop/new css/scss/style.scss */
#produto-detalhe .full-page .left .galery-mini .owl-stage-outer {
  display: inline-block;
  width: 100%;
}

/* line 2643, C:/Users/lrent/Desktop/new css/scss/style.scss */
#produto-detalhe .full-page .left .galery-mini .owl-stage-outer .slide {
  box-shadow: inset 0 0 1px #ccc;
  padding: 1px;
  width: 58px;
  height: 58px;
  cursor: pointer;
  -webkit-transition: color 300ms ease-in-out, background 300ms ease-in-out, opacity 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

/* line 2652, C:/Users/lrent/Desktop/new css/scss/style.scss */
#produto-detalhe .full-page .left .galery-mini .owl-stage-outer .center .slide {
  box-shadow: inset 0 0 2px #0082be;
}

/* line 2659, C:/Users/lrent/Desktop/new css/scss/style.scss */
#produto-detalhe .full-page .left .galery-mini .owl-controls .owl-nav .owl-prev {
  position: absolute;
  left: 0;
  width: 100%;
  top: 20%;
  background: transparent url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIj8+Cjxzdmcgd2lkdGg9IjkiIGhlaWdodD0iMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6c3ZnPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CgogPGc+CiAgPHRpdGxlPkxheWVyIDE8L3RpdGxlPgogIDxnIGlkPSJMYXllciUyMDEiPgogICA8cGF0aCB0cmFuc2Zvcm09InJvdGF0ZSg5MCwgNC41MzYzOCwgOC4wNDc0MSkiIGZpbGw9IiNiYmJiYmIiIGQ9Im01LjgyNTY4NSwxMi4wOTI5MzRsNi4yNjM2MDIsLTYuMDc2MzAxYzAuNTk1NTk4LC0wLjYxMjYgMC41OTU1OTgsLTEuNjE0OSAwLC0yLjIyNjhsMC4wNjExOTksMC4yMTU0Yy0wLjU5NTIsLTAuNjExOSAtMS41NzExLC0wLjYxMTkgLTIuMTY3MiwwbC01LjM1OTAwMSw1LjMwODcwMWwtNS40ODE3LC01LjEyMDAwMWMtMC41OTU3LC0wLjYxMiAtMS41NzE5LC0wLjYxMiAtMi4xNjY4LDBsMC4wMDc1LC0wLjA5NDVjLTAuNTk2NCwwLjYxMTkgLTAuNTk2NCwxLjYxNDEgMCwyLjIyNjhsNi41MDQ1LDUuNzY2N2MwLjMxODgsMC4zMjkgMC43NDc0LDAuNDc0NzAxIDEuMTY4MywwLjQ1MDkwMWMwLjQyMDUsMC4wMjM4IDAuODQ5MiwtMC4xMjE5MDEgMS4xNjk2LC0wLjQ1MDkwMWwwLDB6IiBpZD0iMTQ2MDQ3Njc0Nl9hcnJvdy1sZWZ0LTAxIi8+CiAgPC9nPgogPC9nPgo8L3N2Zz4=) no-repeat scroll left center;
  background-size: 14px 24px;
  width: 14px;
  height: 24px;
}

/* line 2670, C:/Users/lrent/Desktop/new css/scss/style.scss */
#produto-detalhe .full-page .left .galery-mini .owl-controls .owl-nav .owl-next {
  position: absolute;
  right: 0;
  width: 100%;
  top: 20%;
  background: transparent url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIj8+Cjxzdmcgd2lkdGg9IjkiIGhlaWdodD0iMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6c3ZnPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CgogPGc+CiAgPHRpdGxlPkxheWVyIDE8L3RpdGxlPgogIDxnIGlkPSJMYXllciUyMDEiPgogICA8cGF0aCB0cmFuc2Zvcm09InJvdGF0ZSgtOTAsIDQuNTM1MTYsIDguMDQ2ODgpIiBmaWxsPSIjYmJiYmJiIiBkPSJtNS44MjU2ODUsMTIuMDkyOTM0bDYuMjYzNjAyLC02LjA3NjMwMWMwLjU5NTU5OCwtMC42MTI2IDAuNTk1NTk4LC0xLjYxNDkgMCwtMi4yMjY4bDAuMDYxMTk5LDAuMjE1NGMtMC41OTUyLC0wLjYxMTkgLTEuNTcxMSwtMC42MTE5IC0yLjE2NzIsMGwtNS4zNTkwMDEsNS4zMDg3MDFsLTUuNDgxNywtNS4xMjAwMDFjLTAuNTk1NywtMC42MTIgLTEuNTcxOSwtMC42MTIgLTIuMTY2OCwwbDAuMDA3NSwtMC4wOTQ1Yy0wLjU5NjQsMC42MTE5IC0wLjU5NjQsMS42MTQxIDAsMi4yMjY4bDYuNTA0NSw1Ljc2NjdjMC4zMTg4LDAuMzI5IDAuNzQ3NCwwLjQ3NDcwMSAxLjE2ODMsMC40NTA5MDFjMC40MjA1LDAuMDIzOCAwLjg0OTIsLTAuMTIxOTAxIDEuMTY5NiwtMC40NTA5MDFsMCwweiIgaWQ9IjE0NjA0NzY3NDZfYXJyb3ctbGVmdC0wMSIvPgogIDwvZz4KIDwvZz4KPC9zdmc+) no-repeat scroll right center;
  background-size: 14px 24px;
  width: 14px;
  height: 24px;
}

/* line 2684, C:/Users/lrent/Desktop/new css/scss/style.scss */
#produto-detalhe .full-page .left .galery {
  width: 100%;
}

/* line 2688, C:/Users/lrent/Desktop/new css/scss/style.scss */
#produto-detalhe .full-page .left .galery .owl-stage.owl-grab .zoomImg {
  opacity: 0 !important;
}

/* line 2695, C:/Users/lrent/Desktop/new css/scss/style.scss */
#produto-detalhe .full-page .left .galery .owl-controls .owl-nav .owl-prev {
  position: absolute;
  left: 0;
  width: 100%;
  top: 45%;
  top: calc(50% - 17px);
  background: transparent url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIj8+Cjxzdmcgd2lkdGg9IjI1IiBoZWlnaHQ9IjM0IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnN2Zz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgoKIDxnPgogIDx0aXRsZT5MYXllciAxPC90aXRsZT4KICA8ZyBpZD0iTGF5ZXIlMjAxIj4KICAgPHBhdGggaWQ9InN2Z18xIiBmaWxsPSIjZGRkZGRkIiBkPSJtMCwwbDI1LDBsMCwzNGwtMjUsMGwwLC0zNHoiLz4KICAgPHBhdGggZmlsbD0iI2ZmZmZmZiIgZD0ibTcuNzMxNCwxNS43ODZsNS45ODE0LC02LjMzMzljMC42MDMxLC0wLjYwMjIgMS41ODk3LC0wLjYwMjIgMi4xOTIsMGwtMC4yMTIxLC0wLjA2MThjMC42MDI1LDAuNjAxOCAwLjYwMjUsMS41ODg3IDAsMi4xOTE1MDFsLTUuMjI1Nyw1LjQxOTFsNS4wNDAxLDUuNTQzMmMwLjYwMjQwMSwwLjYwMjQgMC42MDI0MDEsMS41ODk2IDAsMi4xOTExMDFsMC4wOTI5OTksLTAuMDA3NTAyYy0wLjYwMjQsMC42MDMwMDEgLTEuNTg4OSwwLjYwMzAwMSAtMi4xOTE5OTksMGwtNS42NzY3LC02LjU3NzU5OWMtMC4zMjM4LC0wLjMyMjMgLTAuNDY3MiwtMC43NTU3MDEgLTAuNDQzOCwtMS4xODEzMDFjLTAuMDIzNCwtMC40MjUyOTkgMC4xMiwtMC44NTg3OTkgMC40NDM4LC0xLjE4Mjc5OWwwLDB6IiBpZD0iMTQ2MDQ3Njc0Nl9hcnJvdy1sZWZ0LTAxIi8+CiAgPC9nPgogPC9nPgo8L3N2Zz4=) no-repeat scroll left center;
  background-size: 25px 34px;
  width: 25px;
  height: 34px;
}

/* line 2707, C:/Users/lrent/Desktop/new css/scss/style.scss */
#produto-detalhe .full-page .left .galery .owl-controls .owl-nav .owl-next {
  position: absolute;
  right: 0;
  width: 100%;
  top: 45%;
  top: calc(50% - 17px);
  background: transparent url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIj8+Cjxzdmcgd2lkdGg9IjI1IiBoZWlnaHQ9IjM0IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnN2Zz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgoKIDxnPgogIDx0aXRsZT5MYXllciAxPC90aXRsZT4KICA8ZyB0cmFuc2Zvcm09InJvdGF0ZSgxODAsIDEyLjUsIDE3KSIgaWQ9IkxheWVyJTIwMSI+CiAgIDxwYXRoIGlkPSJzdmdfMSIgZmlsbD0iI2RkZGRkZCIgZD0ibTAsMGwyNSwwbDAsMzRsLTI1LDBsMCwtMzR6Ii8+CiAgIDxwYXRoIGZpbGw9IiNmZmZmZmYiIGQ9Im03LjczMTQsMTUuNzg2bDUuOTgxNCwtNi4zMzM5YzAuNjAzMSwtMC42MDIyIDEuNTg5NywtMC42MDIyIDIuMTkyLDBsLTAuMjEyMSwtMC4wNjE4YzAuNjAyNSwwLjYwMTggMC42MDI1LDEuNTg4NyAwLDIuMTkxNTAxbC01LjIyNTcsNS40MTkxbDUuMDQwMSw1LjU0MzJjMC42MDI0MDEsMC42MDI0IDAuNjAyNDAxLDEuNTg5NiAwLDIuMTkxMTAxbDAuMDkyOTk5LC0wLjAwNzUwMmMtMC42MDI0LDAuNjAzMDAxIC0xLjU4ODksMC42MDMwMDEgLTIuMTkxOTk5LDBsLTUuNjc2NywtNi41Nzc1OTljLTAuMzIzOCwtMC4zMjIzIC0wLjQ2NzIsLTAuNzU1NzAxIC0wLjQ0MzgsLTEuMTgxMzAxYy0wLjAyMzQsLTAuNDI1Mjk5IDAuMTIsLTAuODU4Nzk5IDAuNDQzOCwtMS4xODI3OTlsMCwweiIgaWQ9IjE0NjA0NzY3NDZfYXJyb3ctbGVmdC0wMSIvPgogIDwvZz4KIDwvZz4KPC9zdmc+) no-repeat scroll right center;
  background-size: 25px 34px;
  width: 25px;
  height: 34px;
}

/* line 2719, C:/Users/lrent/Desktop/new css/scss/style.scss */
#produto-detalhe .full-page .left .galery .owl-controls .owl-nav .owl-next:hover,
#produto-detalhe .full-page .left .galery .owl-controls .owl-nav .owl-prev:hover {
  opacity: 0.8;
}

/* line 2726, C:/Users/lrent/Desktop/new css/scss/style.scss */
#produto-detalhe .full-page .left .galery span[data-img-zoom]:before {
  content: " ";
  display: inline-block;
  width: 33px;
  height: 33px;
  background: transparent url("/temas/stricker/images/zoom-icon.png") no-repeat center center;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}

/* line 2739, C:/Users/lrent/Desktop/new css/scss/style.scss */
#produto-detalhe .full-page .left #btn-start-360 {
  display: block;
  margin: -30px auto 0;
  width: 70px;
  height: 30px;
  position: relative;
  z-index: 2;
  background: #FFFFFF url("/temas/stricker/images/360.png") no-repeat scroll center center;
  cursor: pointer;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  -webkit-transition: color 200ms ease-in-out, background 200ms ease-in-out, opacity 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

/* line 2753, C:/Users/lrent/Desktop/new css/scss/style.scss */
#produto-detalhe .full-page .left #btn-start-360:hover {
  opacity: 0.8;
}

/* line 2758, C:/Users/lrent/Desktop/new css/scss/style.scss */
#produto-detalhe .full-page .left .threesixty-wrapper-real {
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: #FFFFFF;
  -webkit-transition: color 500ms ease-in-out, background 500ms ease-in-out, opacity 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -ms-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  opacity: 0;
  visibility: hidden;
}

/* line 2775, C:/Users/lrent/Desktop/new css/scss/style.scss */
#produto-detalhe .full-page .left .threesixty-wrapper-real .threesixty.wrapper {
  overflow: hidden;
}

/* line 2778, C:/Users/lrent/Desktop/new css/scss/style.scss */
#produto-detalhe .full-page .left .threesixty-wrapper-real .threesixty.wrapper > .spinner {
  display: inline-block;
  margin: 0 !important;
  padding: 0;
  position: absolute;
  top: 50%;
  left: 50%;
}

/* line 2786, C:/Users/lrent/Desktop/new css/scss/style.scss */
#produto-detalhe .full-page .left .threesixty-wrapper-real .threesixty.wrapper > .spinner > span {
  display: block;
  margin: 0;
  padding: 5px 6px;
  background: rgba(0, 0, 0, 0.8);
  color: #FFFFFF;
  font: 400 14px/100% "Open Sans", font70108, Arial, Helvetica, sans-serif;
  border-radius: 5px;
}

/* line 2797, C:/Users/lrent/Desktop/new css/scss/style.scss */
#produto-detalhe .full-page .left .threesixty-wrapper-real .threesixty.wrapper > .threesixty_images {
  padding-left: 0;
}

/* line 2802, C:/Users/lrent/Desktop/new css/scss/style.scss */
#produto-detalhe .full-page .left .threesixty-wrapper-real #close-threesixty {
  display: block;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  z-index: 10;
}

/* line 2813, C:/Users/lrent/Desktop/new css/scss/style.scss */
#produto-detalhe .full-page .left .threesixty-wrapper-real #close-threesixty svg path {
  stroke: #444444;
  opacity: 1;
  -webkit-transition: color 200ms ease-in-out, background 200ms ease-in-out, opacity 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

/* line 2821, C:/Users/lrent/Desktop/new css/scss/style.scss */
#produto-detalhe .full-page .left .threesixty-wrapper-real #close-threesixty svg:hover path {
  stroke: #111111;
}

/* line 2828, C:/Users/lrent/Desktop/new css/scss/style.scss */
#produto-detalhe .full-page .left .threesixty-wrapper-real.show {
  opacity: 1;
  visibility: visible;
  z-index: 999999;
}

/* line 2835, C:/Users/lrent/Desktop/new css/scss/style.scss */
#produto-detalhe .full-page .left .extra {
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin: 20px 0 0 0;
  width: 100%;
}

/* line 2843, C:/Users/lrent/Desktop/new css/scss/style.scss */
#produto-detalhe .full-page .left .extra .info {
  display: inline-block;
  width: auto;
}

/* line 2847, C:/Users/lrent/Desktop/new css/scss/style.scss */
#produto-detalhe .full-page .left .extra .info a {
  display: block;
  font: 400 11px/12px "Open Sans", font70108, Arial, Helvetica, sans-serif;
  color: #0082be;
  margin-bottom: 8px;
  text-transform: uppercase;
  padding-left: 21px;
  background: transparent url("/temas/stricker/images/donwload-icon.svg") no-repeat scroll left center;
  background-size: 11px 13px;
}

/* line 2857, C:/Users/lrent/Desktop/new css/scss/style.scss */
#produto-detalhe .full-page .left .extra .info a:last-child {
  margin-bottom: 0;
}

/* line 2861, C:/Users/lrent/Desktop/new css/scss/style.scss */
#produto-detalhe .full-page .left .extra .info a.orca {
  padding-left: 0;
  background: none;
}

/* line 2865, C:/Users/lrent/Desktop/new css/scss/style.scss */
#produto-detalhe .full-page .left .extra .info a.orca span {
  display: inline-block;
  margin-right: 10px;
  font-size: 14px;
  vertical-align: bottom;
}

/* line 2875, C:/Users/lrent/Desktop/new css/scss/style.scss */
#produto-detalhe .full-page .left .extra a.customise {
  display: inline-block;
  padding: 15px 30px;
  width: auto;
  white-space: nowrap;
  float: right;
  vertical-align: top;
  font: 700 15px/100% "Open Sans", font70108, Arial, Helvetica, sans-serif;
  color: #FFFFFF;
  background: #85B200;
  border-radius: 4px;
  text-transform: uppercase;
  max-width: 300px;
}

/* line 2892, C:/Users/lrent/Desktop/new css/scss/style.scss */
#produto-detalhe .full-page .right {
  display: inline-block;
  width: 52%;
  width: calc(100% - 505px);
  position: relative;
  min-height:615px;
}

/* line 2898, C:/Users/lrent/Desktop/new css/scss/style.scss */
#produto-detalhe .full-page .right .precos {
  position: absolute;
  right: 0;
  top: -30px;
  text-transform: uppercase;
  font: 400 10px/100% "Open Sans", font70108, Arial, Helvetica, sans-serif;
  color: #666666;
  background: #f9f9f9;
  padding: 5px 5px;
}

/* line 2909, C:/Users/lrent/Desktop/new css/scss/style.scss */
#produto-detalhe .full-page .right .main {
  background: #f9f9f9;
  padding: 45px 30px;
}

/* line 2913, C:/Users/lrent/Desktop/new css/scss/style.scss */
#produto-detalhe .full-page .right .main .ref {
  font: 400 27px/100% "Open Sans", font70108, Arial, Helvetica, sans-serif;
  color: #222222;
  margin-bottom: 5px;
}

/* line 2919, C:/Users/lrent/Desktop/new css/scss/style.scss */
#produto-detalhe .full-page .right .main .titulo {
  font: 400 15px/100% "Open Sans", font70108, Arial, Helvetica, sans-serif;
  color: #999999;
  margin-bottom: 20px;
}

/* line 2925, C:/Users/lrent/Desktop/new css/scss/style.scss */
#produto-detalhe .full-page .right .main .texto {
  font: 400 13px/160% "Open Sans", font70108, Arial, Helvetica, sans-serif;
  color: #888888;
  margin-bottom: 30px;
}

/* line 2932, C:/Users/lrent/Desktop/new css/scss/style.scss */
#produto-detalhe .full-page .right .icon {
  cursor: help;
  position: relative;
  display: inline-block;
  margin-right: 5px;
}

/* line 2938, C:/Users/lrent/Desktop/new css/scss/style.scss */
#produto-detalhe .full-page .right .icon span {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  left: 100%;
  top: 0;
  background: #5A5A5A;
  padding: 7px 14px;
  margin-left: 13px;
  font: 400 10px/100% "Open Sans", font70108, Arial, Helvetica, sans-serif;
  color: #FFFFFF;
  z-index: 1;
  text-transform: uppercase;
  white-space: nowrap;
  -webkit-transition: color 225ms ease-in-out, background 225ms ease-in-out, opacity 225ms ease-in-out;
  -moz-transition: all 225ms ease-in-out;
  -ms-transition: all 225ms ease-in-out;
  -o-transition: all 225ms ease-in-out;
  transition: all 225ms ease-in-out;
}

/* line 2955, C:/Users/lrent/Desktop/new css/scss/style.scss */
#produto-detalhe .full-page .right .icon span:before {
  border-bottom: 5px solid transparent;
  border-top: 5px solid transparent;
  border-right: 5px solid #5A5A5A;
  width: 5px;
  height: 11px;
  position: absolute;
  left: -5px;
  content: " ";
}

/* line 2967, C:/Users/lrent/Desktop/new css/scss/style.scss */
#produto-detalhe .full-page .right .icon img:hover + span {
  opacity: 1;
  visibility: visible;
}

/* line 2975, C:/Users/lrent/Desktop/new css/scss/style.scss */
#produto-detalhe .full-page .right .block {
  background: #f9f9f9;
  padding: 35px 30px;
  margin: 0 0 20px 0;
}

/* line 2980, C:/Users/lrent/Desktop/new css/scss/style.scss */
#produto-detalhe .full-page .right .block > .titulo {
  font: 700 14px/100% "Open Sans", font70108, Arial, Helvetica, sans-serif;
  letter-spacing: 1pt;
  color: #202020;
  text-transform: uppercase;
  margin-bottom: 20px;
}

/* line 2988, C:/Users/lrent/Desktop/new css/scss/style.scss */
#produto-detalhe .full-page .right .block.filtro-drop {
  margin: 0;
  padding: 0;
}

/* line 2992, C:/Users/lrent/Desktop/new css/scss/style.scss */
#produto-detalhe .full-page .right .block.filtro-drop > .titulo {
  margin-bottom: 0;
}

/* line 2995, C:/Users/lrent/Desktop/new css/scss/style.scss */
#produto-detalhe .full-page .right .block.filtro-drop > .conteudo {
  font: 400 13px/160% "Open Sans", font70108, Arial, Helvetica, sans-serif;
  color: #888888;
  margin-bottom: 30px;
}

/* line 3004, C:/Users/lrent/Desktop/new css/scss/style.scss */
#produto-detalhe .full-page .right #prices {
  position: relative;
}

/* line 3007, C:/Users/lrent/Desktop/new css/scss/style.scss */
#produto-detalhe .full-page .right #prices:before {
  position: absolute;
  left: 30px;
  right: 30px;
  content: " ";
  top: 0;
  border-bottom: 1px solid #dddddd;
  border-top: 1px solid #FFFFFF;
}

/* line 3017, C:/Users/lrent/Desktop/new css/scss/style.scss */
#produto-detalhe .full-page .right #prices > .texto {
  overflow-x: auto;
}

/* line 3023, C:/Users/lrent/Desktop/new css/scss/style.scss */
#produto-detalhe .full-page .extras {
  display: block;
  width: 100%;
  float: left;
  margin: 60px 0;
}

/* line 3029, C:/Users/lrent/Desktop/new css/scss/style.scss */
#produto-detalhe .full-page .extras > .titulo {
  font: 700 25px/100% "Open Sans", font70108, Arial, Helvetica, sans-serif;
  letter-spacing: 1pt;
  color: #202020;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 40px;
}

/* line 3040, C:/Users/lrent/Desktop/new css/scss/style.scss */
#produto-detalhe .full-page #personalize .owl {
  margin-bottom: -1px;
}

/* NEW */
#produto-detalhe .full-page #personalize .owl .owl-controls .owl-nav {
    position: absolute;
    top: 50%;
    top: calc(50% - 12px);
    left: -5px;
    right: -5px;
    z-index: 1;
    pointer-events: none;
}

#produto-detalhe .full-page #personalize .owl .owl-controls .owl-nav .owl-prev,
#produto-detalhe .full-page #personalize .owl .owl-controls .owl-nav .owl-next {
    position: relative;
    display: inline-block;
    content: " ";
    width: 14px;
    height: 24px;
    color: transparent;
    pointer-events: visible;
    overflow: hidden;
}

#produto-detalhe .full-page #personalize .owl-carousel .owl-controls .owl-nav .owl-prev {
	position:absolute;
	left:0;
	width:100%;
	top:20%;
	background:transparent url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIj8+Cjxzdmcgd2lkdGg9IjkiIGhlaWdodD0iMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6c3ZnPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CgogPGc+CiAgPHRpdGxlPkxheWVyIDE8L3RpdGxlPgogIDxnIGlkPSJMYXllciUyMDEiPgogICA8cGF0aCB0cmFuc2Zvcm09InJvdGF0ZSg5MCwgNC41MzYzOCwgOC4wNDc0MSkiIGZpbGw9IiNiYmJiYmIiIGQ9Im01LjgyNTY4NSwxMi4wOTI5MzRsNi4yNjM2MDIsLTYuMDc2MzAxYzAuNTk1NTk4LC0wLjYxMjYgMC41OTU1OTgsLTEuNjE0OSAwLC0yLjIyNjhsMC4wNjExOTksMC4yMTU0Yy0wLjU5NTIsLTAuNjExOSAtMS41NzExLC0wLjYxMTkgLTIuMTY3MiwwbC01LjM1OTAwMSw1LjMwODcwMWwtNS40ODE3LC01LjEyMDAwMWMtMC41OTU3LC0wLjYxMiAtMS41NzE5LC0wLjYxMiAtMi4xNjY4LDBsMC4wMDc1LC0wLjA5NDVjLTAuNTk2NCwwLjYxMTkgLTAuNTk2NCwxLjYxNDEgMCwyLjIyNjhsNi41MDQ1LDUuNzY2N2MwLjMxODgsMC4zMjkgMC43NDc0LDAuNDc0NzAxIDEuMTY4MywwLjQ1MDkwMWMwLjQyMDUsMC4wMjM4IDAuODQ5MiwtMC4xMjE5MDEgMS4xNjk2LC0wLjQ1MDkwMWwwLDB6IiBpZD0iMTQ2MDQ3Njc0Nl9hcnJvdy1sZWZ0LTAxIi8+CiAgPC9nPgogPC9nPgo8L3N2Zz4=) no-repeat scroll left center;
	background-size:14px 24px;
	width:14px;
	height:24px;
}

#produto-detalhe .full-page #personalize .owl-carousel .owl-controls .owl-nav .owl-next {
	position:absolute;
	right:0;
	width:100%;
	top:20%;
	background:transparent url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIj8+Cjxzdmcgd2lkdGg9IjkiIGhlaWdodD0iMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6c3ZnPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CgogPGc+CiAgPHRpdGxlPkxheWVyIDE8L3RpdGxlPgogIDxnIGlkPSJMYXllciUyMDEiPgogICA8cGF0aCB0cmFuc2Zvcm09InJvdGF0ZSgtOTAsIDQuNTM1MTYsIDguMDQ2ODgpIiBmaWxsPSIjYmJiYmJiIiBkPSJtNS44MjU2ODUsMTIuMDkyOTM0bDYuMjYzNjAyLC02LjA3NjMwMWMwLjU5NTU5OCwtMC42MTI2IDAuNTk1NTk4LC0xLjYxNDkgMCwtMi4yMjY4bDAuMDYxMTk5LDAuMjE1NGMtMC41OTUyLC0wLjYxMTkgLTEuNTcxMSwtMC42MTE5IC0yLjE2NzIsMGwtNS4zNTkwMDEsNS4zMDg3MDFsLTUuNDgxNywtNS4xMjAwMDFjLTAuNTk1NywtMC42MTIgLTEuNTcxOSwtMC42MTIgLTIuMTY2OCwwbDAuMDA3NSwtMC4wOTQ1Yy0wLjU5NjQsMC42MTE5IC0wLjU5NjQsMS42MTQxIDAsMi4yMjY4bDYuNTA0NSw1Ljc2NjdjMC4zMTg4LDAuMzI5IDAuNzQ3NCwwLjQ3NDcwMSAxLjE2ODMsMC40NTA5MDFjMC40MjA1LDAuMDIzOCAwLjg0OTIsLTAuMTIxOTAxIDEuMTY5NiwtMC40NTA5MDFsMCwweiIgaWQ9IjE0NjA0NzY3NDZfYXJyb3ctbGVmdC0wMSIvPgogIDwvZz4KIDwvZz4KPC9zdmc+) no-repeat scroll right center;
	background-size:14px 24px;
	width:14px;
	height:24px;
}

/* line 3042, C:/Users/lrent/Desktop/new css/scss/style.scss */
#produto-detalhe .full-page #personalize .owl .owl-item {
  padding: 20px;
  background: transparent;
  border: 1px solid transparent;
  -webkit-transition: color 200ms ease-in-out, background 200ms ease-in-out, opacity 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

/* line 3048, C:/Users/lrent/Desktop/new css/scss/style.scss */
#produto-detalhe .full-page #personalize .owl .owl-item.open {
  background: #F9F9F9;
  border: 1px solid #DFDFDF;
  border-bottom: 1px solid #F9F9F9;
}

/* line 3055, C:/Users/lrent/Desktop/new css/scss/style.scss */
#produto-detalhe .full-page #personalize .owl .slide {
  margin: 0 30px;
}

/* line 3058, C:/Users/lrent/Desktop/new css/scss/style.scss */
#produto-detalhe .full-page #personalize .owl .slide .titulo {
  font: 700 14px/100% "Open Sans", font70108, Arial, Helvetica, sans-serif;
  color: #0082be;
  text-transform: uppercase;
  margin-bottom: 5px;
}

/* line 3064, C:/Users/lrent/Desktop/new css/scss/style.scss */
#produto-detalhe .full-page #personalize .owl .slide .localizacao {
  font: 400 12px/100% "Open Sans", font70108, Arial, Helvetica, sans-serif;
  color: #444444;
  margin-bottom: 5px;
}

/* line 3069, C:/Users/lrent/Desktop/new css/scss/style.scss */
#produto-detalhe .full-page #personalize .owl .slide .area {
  font: 400 12px/100% "Open Sans", font70108, Arial, Helvetica, sans-serif;
  color: #444444;
  margin-bottom: 10px;
}

/* line 3074, C:/Users/lrent/Desktop/new css/scss/style.scss */
#produto-detalhe .full-page #personalize .owl .slide .btn {
  display: inline-block;
  font: 700 11px/100% "Open Sans", font70108, Arial, Helvetica, sans-serif;
  color: #FFFFFF;
  padding: 10px 25px;
  border-radius: 3px;
  background: #0082be;
  text-transform: uppercase;
  cursor: pointer;
}

/* line 3091, C:/Users/lrent/Desktop/new css/scss/style.scss */
#produto-detalhe .full-page #may-like .full-page .owl .slide {
  padding: 1px;
}

/* line 3097, C:/Users/lrent/Desktop/new css/scss/style.scss */
#produto-detalhe .full-page #may-like .no-owl {
  max-width: 320px;
}

/* line 3104, C:/Users/lrent/Desktop/new css/scss/style.scss */
#may-like .owl-stage {
  display: flex;
}

/* line 3107, C:/Users/lrent/Desktop/new css/scss/style.scss */
#may-like .owl-stage .slide {
  height: 100%;
}

/* line 3110, C:/Users/lrent/Desktop/new css/scss/style.scss */
#may-like .owl-stage .slide .produto {
  height: 100%;
}

/* line 3117, C:/Users/lrent/Desktop/new css/scss/style.scss */
.pf-scroll-wrapper {
  position: relative;
}

/* line 3120, C:/Users/lrent/Desktop/new css/scss/style.scss */
.pf-scroll-wrapper .pf-scroll {
  position: relative;
  padding: 1px;
}

/* line 3124, C:/Users/lrent/Desktop/new css/scss/style.scss */
.pf-scroll-wrapper .pf-scroll table {
  width: 99%;
  width: calc(100% - 2px);
}

/* line 3132, C:/Users/lrent/Desktop/new css/scss/style.scss */
.always-visible.pf-scroll > .ps-scrollbar-x-rail,
.always-visible.pf-scroll > .ps-scrollbar-y-rail {
  opacity: 0.6;
}

/* line 3137, C:/Users/lrent/Desktop/new css/scss/style.scss */
.tabela-precos {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  margin-bottom: 10px;
}

/* line 3143, C:/Users/lrent/Desktop/new css/scss/style.scss */
.tabela-precos th {
  border: none;
  padding: 14px 10px;
  overflow: hidden;
  word-break: normal;
  vertical-align: top;
  font: 700 12px/100% "Open Sans", font70108, Arial, Helvetica, sans-serif;
  color: #444444;
  text-transform: uppercase;
  text-align: center;
  border: 1px solid #dddddd;
}

/* line 3156, C:/Users/lrent/Desktop/new css/scss/style.scss */
.tabela-precos td {
  border: 1px solid #dddddd;
  padding: 14px 10px;
  overflow: hidden;
  word-break: normal;
  font: 400 12px/100% "Open Sans", font70108, Arial, Helvetica, sans-serif;
  color: #666666;
  text-transform: uppercase;
  background: #FFFFFF;
  height: 40px;
  max-width: 150px;
  white-space: nowrap;
  text-align: center;
}

/* line 3171, C:/Users/lrent/Desktop/new css/scss/style.scss */
.tabela-precos td:first-child, .tabela-precos th:first-child {
  color: #777777;
  background: transparent;
}

/* line 3177, C:/Users/lrent/Desktop/new css/scss/style.scss */
.tabela-precos tr:hover td {
  background-color: #F5F5F5;
}

/* line 3181, C:/Users/lrent/Desktop/new css/scss/style.scss */
.tabela-precos tr:hover td:first-child {
  background: #E9E9E9;
}

/* line 3187, C:/Users/lrent/Desktop/new css/scss/style.scss */
/*.tabela-precos.your-price td:last-child,
.tabela-precos.your-price th:last-child {
  color: #FFFFFF;
  background: #0082be;
  text-align: center;
}*/

/* line 3194, C:/Users/lrent/Desktop/new css/scss/style.scss */
/*.tabela-precos.your-price th:last-child {
  font: 700 10px/100% "Open Sans", font70108, Arial, Helvetica, sans-serif;
  letter-spacing: 1pt;
}*/

/* line 3204, C:/Users/lrent/Desktop/new css/scss/style.scss */
#make-your-order .DTFC_LeftBodyWrapper {
  border: 1px solid #ddd;
  border-top: 0;
  border-bottom: 0;
}
#packaging-info {
 .caracteristica {
  & > .titulo {
   display:inline-block;
   text-transform:uppercase;
   margin-right:5px;
  }

  & > .desc {
   display:inline-block;
   font:400 12px/100% "Open Sans", font70108, Arial, Helvetica, sans-serif;
   color:#484848;
  }
 }
}
/* line 3213, C:/Users/lrent/Desktop/new css/scss/style.scss */
#packaging-info .caracteristica > .titulo {
  display: inline-block;
  text-transform: uppercase;
  margin-right: 5px;
}

/* line 3219, C:/Users/lrent/Desktop/new css/scss/style.scss */
#packaging-info .caracteristica > .desc {
  display: inline-block;
  font: 400 12px/100% "Open Sans", font70108, Arial, Helvetica, sans-serif;
  color: #484848;
}

/* line 3227, C:/Users/lrent/Desktop/new css/scss/style.scss */
.tabela-order {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  position: relative;
}

/* line 3233, C:/Users/lrent/Desktop/new css/scss/style.scss */
.tabela-order th {
  border: none;
  padding: 14px 10px;
  overflow: hidden;
  word-break: normal;
  vertical-align: top;
  font: 400 11px/100% "Open Sans", font70108, Arial, Helvetica, sans-serif;
  color: #868686;
  text-transform: uppercase;
  text-align: left;
}

/* line 3245, C:/Users/lrent/Desktop/new css/scss/style.scss */
.tabela-order td {
  border: 1px solid #dddddd;
  padding: 14px 10px;
  overflow: hidden;
  word-break: normal;
  font: 400 12px/100% "Open Sans", font70108, Arial, Helvetica, sans-serif;
  color: #666666;
  text-transform: uppercase;
  background: transparent;
  max-width: 150px;
}

/* line 3256, C:/Users/lrent/Desktop/new css/scss/style.scss */
.tabela-order td span.more {
  display: inline-block;
  margin: 0 0 0 3px;
  padding: 2px;
  width: 18px;
  height: 18px;
  text-align: center;
  line-height: 12px;
  vertical-align: text-top;
  border: 1px solid #DDDDDD;
  border-radius: 50%;
  background: #FFFFFF;
  cursor: pointer;
}

/* line 3271, C:/Users/lrent/Desktop/new css/scss/style.scss */
.tabela-order td div.more {
  line-height: 130%;
}

/* line 3275, C:/Users/lrent/Desktop/new css/scss/style.scss */
.tabela-order td a.cor.pick {
  font-size: 0;
  content: " ";
  display: block;
  background: transparent url("/temas/stricker/images/checkbox-off-b.svg") no-repeat scroll center center/15px 15px;
  height: 15px;
  width: 30px;
}

/* line 3283, C:/Users/lrent/Desktop/new css/scss/style.scss */
.tabela-order td a.cor.pick:focus, .tabela-order td a.cor.pick:hover, .tabela-order td a.cor.pick:active {
  background: transparent url("/temas/stricker/images/checkbox-on.svg") no-repeat scroll center center/15px 15px;
}

/* line 3291, C:/Users/lrent/Desktop/new css/scss/style.scss */
.tabela-order .color {
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  font: 400 11px/100% "Open Sans", font70108, Arial, Helvetica, sans-serif;
  color: #666666;
}

/* line 3299, C:/Users/lrent/Desktop/new css/scss/style.scss */
.tabela-order .color span {
  content: " ";
  display: inline-block;
  margin-right: 5px;
  width: 15px;
  height: 15px;
  border: 1px solid #CCCCCC;
  border-radius: 2px;
  vertical-align: text-bottom;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
}

/* line 3314, C:/Users/lrent/Desktop/new css/scss/style.scss */
.tabela-order form {
  display: inline-block;
  width: 100%;
  min-width: 120px;
}

/* line 3319, C:/Users/lrent/Desktop/new css/scss/style.scss */
.tabela-order form input[type="text"], .tabela-order form input[type="number"] {
  display: inline-block;
  width: 80%;
  width: calc(100% - 50px);
  padding: 7px 15px;
  margin: 0 5px 0 0;
}

/* line 3326, C:/Users/lrent/Desktop/new css/scss/style.scss */
.tabela-order form input[type="submit"] {
  background: transparent url("/temas/stricker/images/bt_adicionarCarrinho-off.svg") no-repeat center center;
  background-size: 40px 35px;
  width: 40px;
  height: 35px;
  border: none;
  color: transparent;
  display: inline-block;
}

/* line 3335, C:/Users/lrent/Desktop/new css/scss/style.scss */
.tabela-order form input[type="submit"]:hover, .tabela-order form input[type="submit"]:focus {
  opacity: 1;
  background: transparent url("/temas/stricker/images/bt_adicionarCarrinho-on.svg") no-repeat center center;
}

/* line 3344, C:/Users/lrent/Desktop/new css/scss/style.scss */
#top {
  display: inline-block;
  position: fixed;
  bottom: -2px;
  right: 4%;
  padding-top: 12px;
  padding-left: 20px;
  padding-right: 20px;
  width: auto;
  height: 40px;
  text-align: center;
  text-transform: uppercase;
  font: 400 10px/28px "Open Sans", font70108, Arial, Helvetica, sans-serif;
  background: transparent url("/temas/stricker/images/goToTop.svg") no-repeat bottom center;
  background-size: 100% 100%;
  z-index: 2;
  color: #FFFFFF;
  cursor: pointer;
  -webkit-transition: color 300ms ease-in-out, background 300ms ease-in-out, opacity 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

/* line 3365, C:/Users/lrent/Desktop/new css/scss/style.scss */
#top:hover, #top:focus {
  opacity: 0.8;
}

/* line 3369, C:/Users/lrent/Desktop/new css/scss/style.scss */
#top.stick {
  position: absolute;
  top: -37px;
}

/* line 3375, C:/Users/lrent/Desktop/new css/scss/style.scss */
#menu-loja {
  padding-top: 45px;
}

/* line 3378, C:/Users/lrent/Desktop/new css/scss/style.scss */
#menu-loja .full-page {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  background: #004771;
  font-size: 0;
}

/* line 3385, C:/Users/lrent/Desktop/new css/scss/style.scss */
#menu-loja .full-page .left {
  display: block;
  width: 320px;
  height: auto;
}

/* line 3390, C:/Users/lrent/Desktop/new css/scss/style.scss */
#menu-loja .full-page .left .titulo-wrap {
  position: relative;
  background: #00598f;
  padding: 30px 40px 20px 70px;
  cursor: pointer;
  background: #00598f url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='24' height='24' transform=''%3E%3Cpath fill='white' stroke='transparent' stroke-width='0' style='' d='M 12.1351 0.1752 L 7 5.3104 L 1.8649 0.1752 L 0.28 1.76 L 7 8.48 L 13.72 1.76 L 12.1351 0.1752 Z'/%3E%3C/svg%3E") no-repeat right 30px top 60%/24px 24px;
  height: 100%;
}

/* line 3398, C:/Users/lrent/Desktop/new css/scss/style.scss */
#menu-loja .full-page .left .titulo-wrap.open, #menu-loja .full-page .left .titulo-wrap:hover {
  background: #00598f url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='24' height='24' transform='matrix(-1, 0, 0, -1, 14, 8.7001)'%3E%3Cpath fill='white' stroke='transparent' stroke-width='0' style='' d='M 12.1351,0.1752 7,5.3104 1.8649,0.1752 0.28,1.76 7,8.48 13.72,1.76 12.1351,0.1752 Z'/%3E%3C/svg%3E") no-repeat right 30px top 60%/24px 24px;
}

/* line 3403, C:/Users/lrent/Desktop/new css/scss/style.scss */
#menu-loja .full-page .left .titulo-wrap .titulo {
  font: 400 13px/120% "Open Sans", font70108, Arial, Helvetica, sans-serif;
  color: #FFFFFF;
  letter-spacing: 1pt;
  text-transform: uppercase;
}

/* line 3409, C:/Users/lrent/Desktop/new css/scss/style.scss */
#menu-loja .full-page .left .titulo-wrap .nome {
  font: 700 15px/120% "Open Sans", font70108, Arial, Helvetica, sans-serif;
  color: #FFFFFF;
  letter-spacing: 1pt;
  text-transform: uppercase;
}

/* line 3415, C:/Users/lrent/Desktop/new css/scss/style.scss */
#menu-loja .full-page .left .titulo-wrap .menu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 200%;
  background: #00598f;
  opacity: 0;
  visibility: hidden;
  padding: 40px 60px;
  z-index: 4;
  -webkit-transition: color 200ms ease-in-out, background 200ms ease-in-out, opacity 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

/* line 3428, C:/Users/lrent/Desktop/new css/scss/style.scss */
#menu-loja .full-page .left .titulo-wrap .menu ul {
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
}

/* line 3431, C:/Users/lrent/Desktop/new css/scss/style.scss */
#menu-loja .full-page .left .titulo-wrap .menu ul li {
  margin: 0 0 5px;
}

/* line 3434, C:/Users/lrent/Desktop/new css/scss/style.scss */
#menu-loja .full-page .left .titulo-wrap .menu ul li a {
  display: inline-block;
  font: 400 14px/120% "Open Sans", font70108, Arial, Helvetica, sans-serif;
  color: #FFFFFF;
  text-transform: uppercase;
  background: transparent url("/temas/stricker/images/bullet_menuAreaPrivada.svg") no-repeat left top 7px;
  background-size: 7px 10px;
  padding: 3px 0 3px 15px;
}

/* line 3447, C:/Users/lrent/Desktop/new css/scss/style.scss */
#menu-loja .full-page .left .titulo-wrap.open .menu,
#menu-loja .full-page .left .titulo-wrap:hover .menu {
  opacity: 1;
  visibility: visible;
}

/* line 3455, C:/Users/lrent/Desktop/new css/scss/style.scss */
#menu-loja .full-page .right {
  display: inline-block;
  padding: 30px 40px 20px 60px;
  vertical-align: top;
}

/* line 3460, C:/Users/lrent/Desktop/new css/scss/style.scss */
#menu-loja .full-page .right .titulo {
  margin: 0px;
  font: 800 25px/100% "Open Sans", font70108, Arial, Helvetica, sans-serif;
  letter-spacing: 1pt;
  color: #FFFFFF;
  text-transform: uppercase;
  text-align: left;
}

/* line 3472, C:/Users/lrent/Desktop/new css/scss/style.scss */
#encomendas-wrap {
  margin-bottom: 100px;
}

/* line 3475, C:/Users/lrent/Desktop/new css/scss/style.scss */
#encomendas-wrap .full-page {
  padding: 50px 80px 100px;
  background: #f9f9f9;
}

/* line 3479, C:/Users/lrent/Desktop/new css/scss/style.scss */
#encomendas-wrap .full-page .legenda {
  display: block;
  margin: 0 0 20px 0;
  width: 100%;
  float: left;
  vertical-align: top;
  font-size: 0px;
}

/* line 3487, C:/Users/lrent/Desktop/new css/scss/style.scss */
#encomendas-wrap .full-page .legenda #search-wrapper {
  display: inline-block;
  float: left;
}

/* line 3491, C:/Users/lrent/Desktop/new css/scss/style.scss */
#encomendas-wrap .full-page .legenda #search-wrapper > div {
  display: inline-block;
  font: 400 11px/120% "Open Sans", font70108, Arial, Helvetica, sans-serif;
  color: #AAAAAA;
  text-transform: uppercase;
}

/* line 3497, C:/Users/lrent/Desktop/new css/scss/style.scss */
#encomendas-wrap .full-page .legenda #search-wrapper > div span {
  color: #444444;
}

/* line 3500, C:/Users/lrent/Desktop/new css/scss/style.scss */
#encomendas-wrap .full-page .legenda #search-wrapper > div span.number {
  font-weight: 700;
  font-size: 14px;
  line-height: 120%;
}

/* line 3508, C:/Users/lrent/Desktop/new css/scss/style.scss */
#encomendas-wrap .full-page .legenda #search-wrapper select {
  display: inline-block;
  margin: -17px 0 0 10px;
  width: 140px;
  vertical-align: top;
}

/* line 3516, C:/Users/lrent/Desktop/new css/scss/style.scss */
#encomendas-wrap .full-page .legenda #estados-wrapper {
  display: inline-block;
  font-size: 0px;
  float: right;
}

/* line 3521, C:/Users/lrent/Desktop/new css/scss/style.scss */
#encomendas-wrap .full-page .legenda #estados-wrapper .estado-wrap {
  display: inline-block;
  margin-left: 30px;
  font: 400 10px/100% "Open Sans", font70108, Arial, Helvetica, sans-serif;
  color: #666666;
  text-transform: uppercase;
}

/* line 3528, C:/Users/lrent/Desktop/new css/scss/style.scss */
#encomendas-wrap .full-page .legenda #estados-wrapper .estado-wrap .estado-encomenda {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  display: inline-block;
  margin-right: 5px;
}

/* line 3543, C:/Users/lrent/Desktop/new css/scss/style.scss */
.dataTables_wrapper #encomendas_filter {
  vertical-align: top;
  display: inline-block;
}

/* line 3547, C:/Users/lrent/Desktop/new css/scss/style.scss */
.dataTables_wrapper #encomendas_filter label {
  font: 700 11px/100% "Open Sans", font70108, Arial, Helvetica, sans-serif;
  color: #444444;
  text-transform: uppercase;
}

/* line 3552, C:/Users/lrent/Desktop/new css/scss/style.scss */
.dataTables_wrapper #encomendas_filter label input[type="search"] {
  border: 1px solid #EEEEEE;
  padding: 10px;
  margin-left: 5px;
  font: 400 14px/100% "Open Sans", font70108, Arial, Helvetica, sans-serif;
  color: #444444;
  letter-spacing: 1pt;
  max-width: 150px;
}

/* line 3564, C:/Users/lrent/Desktop/new css/scss/style.scss */
.dataTables_wrapper .dataTables_scroll {
  margin: 40px 0;
  position: relative;
}

/* line 3569, C:/Users/lrent/Desktop/new css/scss/style.scss */
.dataTables_wrapper .dataTables_scrollHead,
.dataTables_wrapper .dataTables_scrollBody {
  padding: 0 1px;
}

/* line 3574, C:/Users/lrent/Desktop/new css/scss/style.scss */
.dataTables_wrapper .DTFC_RightWrapper {
  right: 2px !important;
}

/* line 3578, C:/Users/lrent/Desktop/new css/scss/style.scss */
.dataTables_wrapper .dataTable {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

/* line 3583, C:/Users/lrent/Desktop/new css/scss/style.scss */
.dataTables_wrapper .dataTable:not(.DTFC_Cloned) {
  min-width: 100%;
  max-width: 100%;
}

/* line 3589, C:/Users/lrent/Desktop/new css/scss/style.scss */
.dataTables_wrapper .dataTable thead tr {
  background: #f9f9f9;
}

/* line 3592, C:/Users/lrent/Desktop/new css/scss/style.scss */
.dataTables_wrapper .dataTable thead tr td {
  font: 400 12px/100% "Open Sans", font70108, Arial, Helvetica, sans-serif;
  letter-spacing: 1pt;
  color: #858585;
  padding: 15px 25px 15px 10px;
  text-transform: uppercase;
  border: 0px;
}

/* line 3600, C:/Users/lrent/Desktop/new css/scss/style.scss */
.dataTables_wrapper .dataTable thead tr td[data-orderable="false"] {
  padding-right: 10px;
}

/* line 3604, C:/Users/lrent/Desktop/new css/scss/style.scss */
.dataTables_wrapper .dataTable thead tr td.estado {
  max-width: 80px;
}

/* line 3608, C:/Users/lrent/Desktop/new css/scss/style.scss */
.dataTables_wrapper .dataTable thead tr td.detalhes {
  white-space: nowrap;
  max-width: 95px;
}

/* line 3614, C:/Users/lrent/Desktop/new css/scss/style.scss */
.dataTables_wrapper .dataTable thead tr .sorting {
  background: transparent url("/temas/stricker/images/ordenarTabelas.svg") no-repeat right 10px center;
  background-size: 10px 15px;
}

/* line 3619, C:/Users/lrent/Desktop/new css/scss/style.scss */
.dataTables_wrapper .dataTable thead tr .sorting_asc {
  background: transparent url("/temas/stricker/images/ordenarTabelas_asc.svg") no-repeat right 10px center;
  background-size: 10px 15px;
}

/* line 3624, C:/Users/lrent/Desktop/new css/scss/style.scss */
.dataTables_wrapper .dataTable thead tr .sorting_desc {
  background: transparent url("/temas/stricker/images/ordenarTabelas_desc.svg") no-repeat right 10px center;
  background-size: 10px 15px;
}

/* line 3633, C:/Users/lrent/Desktop/new css/scss/style.scss */
.dataTables_wrapper .dataTable tbody tr.odd {
  background: #F9F9F9;
}

/* line 3635, C:/Users/lrent/Desktop/new css/scss/style.scss */
.dataTables_wrapper .dataTable tbody tr.odd.custom {
  background: #FDF5DE;
}

/* line 3640, C:/Users/lrent/Desktop/new css/scss/style.scss */
.dataTables_wrapper .dataTable tbody tr.even {
  background: #FFFFFF;
}

/* line 3642, C:/Users/lrent/Desktop/new css/scss/style.scss */
.dataTables_wrapper .dataTable tbody tr.even.custom {
  background: #fefaf0;
}

/* line 3647, C:/Users/lrent/Desktop/new css/scss/style.scss */
.dataTables_wrapper .dataTable tbody tr td {
  font: 400 13px/100% "Open Sans", font70108, Arial, Helvetica, sans-serif;
  color: #666666;
  padding: 18px 10px;
  border: 1px solid #dddddd;
}

/* line 3653, C:/Users/lrent/Desktop/new css/scss/style.scss */
.dataTables_wrapper .dataTable tbody tr td .extra {
  font: 400 11px/100% "Open Sans", font70108, Arial, Helvetica, sans-serif;
  color: #666666;
}

/* line 3658, C:/Users/lrent/Desktop/new css/scss/style.scss */
.dataTables_wrapper .dataTable tbody tr td a.cor {
  display: inline-block;
  content: " ";
  background: transparent url("/temas/stricker/images/bt-Reorder-off.svg") no-repeat center center;
  background-size: 40px 30px;
  width: 40px;
  height: 30px;
  border-radius: 3px;
}

/* line 3667, C:/Users/lrent/Desktop/new css/scss/style.scss */
.dataTables_wrapper .dataTable tbody tr td a.cor:hover, .dataTables_wrapper .dataTable tbody tr td a.cor:focus {
  opacity: 1;
  background: transparent url("/temas/stricker/images/bt-Reorder-on.svg") no-repeat center center;
}

/* line 3673, C:/Users/lrent/Desktop/new css/scss/style.scss */
.dataTables_wrapper .dataTable tbody tr td.detalhes {
  padding-top: 5px;
  padding-bottom: 5px;
  white-space: nowrap;
}

/* line 3678, C:/Users/lrent/Desktop/new css/scss/style.scss */
.dataTables_wrapper .dataTable tbody tr td.detalhes a {
  background: transparent url("/temas/stricker/images/bt_verDetalhe-off.svg") no-repeat center center;
  background-size: 40px 30px;
  width: 40px;
  height: 30px;
  content: " ";
  display: block;
  border-radius: 3px;
  margin: 0 auto;
}

/* line 3688, C:/Users/lrent/Desktop/new css/scss/style.scss */
.dataTables_wrapper .dataTable tbody tr td.detalhes a:hover, .dataTables_wrapper .dataTable tbody tr td.detalhes a:focus {
  opacity: 1;
  background: transparent url("/temas/stricker/images/bt_verDetalhe-on.svg") no-repeat center center;
}

/* line 3696, C:/Users/lrent/Desktop/new css/scss/style.scss */
.dataTables_wrapper .dataTable tbody tr td.recover {
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: center;
  white-space: nowrap;
}

/* line 3702, C:/Users/lrent/Desktop/new css/scss/style.scss */
.dataTables_wrapper .dataTable tbody tr td.recover a {
  display: inline-block;
  content: " ";
  background: transparent url("/temas/stricker/images/bt-Reorder-off.svg") no-repeat center center;
  background-size: 40px 30px;
  width: 40px;
  height: 30px;
  border-radius: 3px;
}

/* line 3711, C:/Users/lrent/Desktop/new css/scss/style.scss */
.dataTables_wrapper .dataTable tbody tr td.recover a:hover, .dataTables_wrapper .dataTable tbody tr td.recover a:focus {
  opacity: 1;
  background: transparent url("/temas/stricker/images/bt-Reorder-on.svg") no-repeat center center;
}

/* line 3718, C:/Users/lrent/Desktop/new css/scss/style.scss */
.dataTables_wrapper .dataTable tbody tr td .estado-encomenda {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin: 0 auto;
}

/* line 3730, C:/Users/lrent/Desktop/new css/scss/style.scss */
#encomendar {
  margin-bottom: 100px;
}

/* line 3733, C:/Users/lrent/Desktop/new css/scss/style.scss */
#encomendar .full-page {
  padding: 20px 80px 100px;
  background: #f9f9f9;
}

/* line 3737, C:/Users/lrent/Desktop/new css/scss/style.scss */
#encomendar .full-page .wrapper {
  width: 100%;
  padding: 30px 0;
}

/* line 3741, C:/Users/lrent/Desktop/new css/scss/style.scss */
#encomendar .full-page .wrapper > .titulo {
  font: 700 18px/100% "Open Sans", font70108, Arial, Helvetica, sans-serif;
  color: #1f1f1f;
  letter-spacing: 2pt;
  margin-bottom: 30px;
  text-transform: uppercase;
}

/* line 3750, C:/Users/lrent/Desktop/new css/scss/style.scss */
#encomendar .full-page .wrapper.info {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  width: 100%;
  border-bottom: 1px solid #DDDDDD;
  padding-bottom: 20px;
  margin-bottom: 20px;
  font-size: 0;
}

/* line 3761, C:/Users/lrent/Desktop/new css/scss/style.scss */
#encomendar .full-page .wrapper.info.no-line {
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  border-bottom: 0px;
}

/* line 3768, C:/Users/lrent/Desktop/new css/scss/style.scss */
#encomendar .full-page .wrapper.info > .content {
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  vertical-align: top;
}

/* line 3776, C:/Users/lrent/Desktop/new css/scss/style.scss */
#encomendar .full-page .wrapper.info > .content .box {
  margin-bottom: 30px;
  margin-right: 50px;
}

/* line 3780, C:/Users/lrent/Desktop/new css/scss/style.scss */
#encomendar .full-page .wrapper.info > .content .box .titulo {
  font: 400 14px/100% "Open Sans", font70108, Arial, Helvetica, sans-serif;
  color: #1f1f1f;
  margin-bottom: 10px;
  text-transform: uppercase;
}

/* line 3787, C:/Users/lrent/Desktop/new css/scss/style.scss */
#encomendar .full-page .wrapper.info > .content .box .texto {
  font: 700 17px/100% "Open Sans", font70108, Arial, Helvetica, sans-serif;
  color: #202020;
  text-transform: uppercase;
}

/* line 3792, C:/Users/lrent/Desktop/new css/scss/style.scss */
#encomendar .full-page .wrapper.info > .content .box .texto .estado-encomenda {
  width: 13px;
  height: 13px;
  content: " ";
  margin-right: 5px;
  display: inline-block;
  border-radius: 50%;
}

/* line 3804, C:/Users/lrent/Desktop/new css/scss/style.scss */
#encomendar .full-page .wrapper.info .icons {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  display: inline-block;
  margin-left: 50px;
  vertical-align: top;
  font-size: 0px;
  text-align: right;
  width: 100%;
}

/* line 3817, C:/Users/lrent/Desktop/new css/scss/style.scss */
#encomendar .full-page .wrapper.info .icons input[type='file'] {
  display: none;
}

/* line 3821, C:/Users/lrent/Desktop/new css/scss/style.scss */
#encomendar .full-page .wrapper.info .icons .button {
  display: inline-block;
  margin: 0 10px 0 0;
  padding: 12px 15px 12px 32px;
  color: #FFFFFF;
  font: 400 12px/100% "Open Sans", font70108, Arial, Helvetica, sans-serif;
  letter-spacing: 0px;
  cursor: pointer;
  background-color: #BBBBBB;
  background-repeat: no-repeat;
  text-align: left;
}

/* line 3834, C:/Users/lrent/Desktop/new css/scss/style.scss */
#encomendar .full-page .wrapper.info .icons > form {
  display: inline-block;
}

/* line 3838, C:/Users/lrent/Desktop/new css/scss/style.scss */
#encomendar .full-page .wrapper.info .icons .guia_transporte_wrapper {
  width: 100%;
}

/* line 3842, C:/Users/lrent/Desktop/new css/scss/style.scss */
#encomendar .full-page .wrapper.info .icons .upload {
  margin-top: 10px;
  background-color: #0082be;
  background-image: url("/temas/stricker/images/upload.svg");
  background-position: left 12px center;
  background-size: 9px 10px;
}

/* line 3850, C:/Users/lrent/Desktop/new css/scss/style.scss */
#encomendar .full-page .wrapper.info .icons .download {
  margin-top: 10px;
  background-color: #0082be;
  position: relative;
}

/* line 3855, C:/Users/lrent/Desktop/new css/scss/style.scss */
#encomendar .full-page .wrapper.info .icons .download svg {
  width: 16px;
  height: 16px;
  vertical-align: top;
  position: absolute;
  top: 9px;
  left: 10px;
}

/* line 3863, C:/Users/lrent/Desktop/new css/scss/style.scss */
#encomendar .full-page .wrapper.info .icons .download svg path {
  fill: #FFFFFF;
}

/* line 3869, C:/Users/lrent/Desktop/new css/scss/style.scss */
#encomendar .full-page .wrapper.info .icons .again {
  padding-left: 15px;
  background: #0082be;
}

/* line 3874, C:/Users/lrent/Desktop/new css/scss/style.scss */
#encomendar .full-page .wrapper.info .icons .save {
  padding-left: 15px;
  background: #0082be;
}

/* line 3879, C:/Users/lrent/Desktop/new css/scss/style.scss */
#encomendar .full-page .wrapper.info .icons .pdf {
  background-image: url("/temas/stricker/images/print.svg");
  background-position: left 8px center;
  background-size: 17px auto;
}

/* line 3886, C:/Users/lrent/Desktop/new css/scss/style.scss */
#encomendar .full-page .wrapper.info > .content + .icons {
  width: auto;
}

/* line 3892, C:/Users/lrent/Desktop/new css/scss/style.scss */
#encomendar .full-page .wrapper.shipping > .content {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  width: 100%;
  background: #FFFFFF;
  padding: 35px 5px;
}

/* line 3901, C:/Users/lrent/Desktop/new css/scss/style.scss */
#encomendar .full-page .wrapper.shipping > .content .box {
  width: 20%;
  margin-top: 0px;
}

/* line 3905, C:/Users/lrent/Desktop/new css/scss/style.scss */
#encomendar .full-page .wrapper.shipping > .content .box:not(:last-child) {
  padding: 0 25px 0 0;
  margin: 0 25px 0 0;
  border-right: 1px solid #DDDDDD;
}

/* line 3911, C:/Users/lrent/Desktop/new css/scss/style.scss */
#encomendar .full-page .wrapper.shipping > .content .box:first-child {
  margin-left: 25px;
}

/* line 3915, C:/Users/lrent/Desktop/new css/scss/style.scss */
#encomendar .full-page .wrapper.shipping > .content .box .titulo {
  font: 700 13px/120% "Open Sans", font70108, Arial, Helvetica, sans-serif;
  color: #444444;
  margin-bottom: 10px;
  text-transform: uppercase;
  cursor: default;
}

/* line 3922, C:/Users/lrent/Desktop/new css/scss/style.scss */
#encomendar .full-page .wrapper.shipping > .content .box .titulo span {
  color: #0082be;
}

/* line 3927, C:/Users/lrent/Desktop/new css/scss/style.scss */
#encomendar .full-page .wrapper.shipping > .content .box .texto {
  font: 400 13px/120% "Open Sans", font70108, Arial, Helvetica, sans-serif;
  color: #666666;
  text-transform: uppercase;
}

/* line 3937, C:/Users/lrent/Desktop/new css/scss/style.scss */
#encomendar .full-page .wrapper.obs > .content {
  background: #FFFFFF;
  font: 400 13px/140% "Open Sans", font70108, Arial, Helvetica, sans-serif;
  color: #666666;
  padding: 35px 35px;
}

/* line 3945, C:/Users/lrent/Desktop/new css/scss/style.scss */
#encomendar .full-page .wrapper.linhas {
  padding-bottom: 0;
}

/* line 3949, C:/Users/lrent/Desktop/new css/scss/style.scss */
#encomendar .full-page .wrapper.linhas #linhas-encomendas_wrapper .dataTable thead tr td,
#encomendar .full-page .wrapper.linhas #linhas-encomendas_wrapper .dataTable tbody tr td {
  padding: 10px 25px;
}

/* line 3954, C:/Users/lrent/Desktop/new css/scss/style.scss */
#encomendar .full-page .wrapper.linhas #linhas-encomendas_wrapper .grupo {
  text-align: center;
  width: 5%;
}

/* line 3959, C:/Users/lrent/Desktop/new css/scss/style.scss */
#encomendar .full-page .wrapper.linhas #linhas-encomendas_wrapper .image {
  width: 5%;
}

/* line 3963, C:/Users/lrent/Desktop/new css/scss/style.scss */
#encomendar .full-page .wrapper.linhas #linhas-encomendas_wrapper .ref {
  width: 10%;
}

/* line 3967, C:/Users/lrent/Desktop/new css/scss/style.scss */
#encomendar .full-page .wrapper.linhas #linhas-encomendas_wrapper .color {
  width: 5%;
}

/* line 3971, C:/Users/lrent/Desktop/new css/scss/style.scss */
#encomendar .full-page .wrapper.linhas #linhas-encomendas_wrapper .desc {
  width: 55%;
  text-transform: none;
  font-size: 12px;
  line-height: 120%;
}

/* line 3977, C:/Users/lrent/Desktop/new css/scss/style.scss */
#encomendar .full-page .wrapper.linhas #linhas-encomendas_wrapper .dataTable thead tr .desc {
  text-transform: uppercase;
}

/* line 3981, C:/Users/lrent/Desktop/new css/scss/style.scss */
#encomendar .full-page .wrapper.linhas #linhas-encomendas_wrapper .qty {
  width: 5%;
}

/* line 3985, C:/Users/lrent/Desktop/new css/scss/style.scss */
#encomendar .full-page .wrapper.linhas #linhas-encomendas_wrapper .cost {
  width: 15%;
}

/* line 3989, C:/Users/lrent/Desktop/new css/scss/style.scss */
#encomendar .full-page .wrapper.linhas #linhas-encomendas_wrapper img {
  width: 40px;
  height: auto;
}

/* line 3994, C:/Users/lrent/Desktop/new css/scss/style.scss */
#encomendar .full-page .wrapper.linhas #linhas-encomendas_wrapper .opcionais {
  margin-top: 5px;
}

/* line 3997, C:/Users/lrent/Desktop/new css/scss/style.scss */
#encomendar .full-page .wrapper.linhas #linhas-encomendas_wrapper .opcionais .opcional {
  font: 400 10px/100% "Open Sans", font70108, Arial, Helvetica, sans-serif;
  color: #858585;
  text-transform: uppercase;
  display: inline-block;
  margin-right: 15px;
}

/* line 4004, C:/Users/lrent/Desktop/new css/scss/style.scss */
#encomendar .full-page .wrapper.linhas #linhas-encomendas_wrapper .opcionais .opcional:last-child {
  margin-right: 0;
}

/* line 4008, C:/Users/lrent/Desktop/new css/scss/style.scss */
#encomendar .full-page .wrapper.linhas #linhas-encomendas_wrapper .opcionais .opcional .cor {
  display: inline-block;
  width: 15px;
  height: 15px;
  content: " ";
  margin-left: 2px;
  border: 1px solid #999999;
  background-color: #FFFFFF;
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 3px;
  vertical-align: middle;
  background-size: 100%;
}

/* line 4023, C:/Users/lrent/Desktop/new css/scss/style.scss */
#encomendar .full-page .wrapper.linhas #linhas-encomendas_wrapper .opcionais .opcional span {
  font: 400 12px/120% "Open Sans", font70108, Arial, Helvetica, sans-serif;
  color: #666666;
}

/* line 4030, C:/Users/lrent/Desktop/new css/scss/style.scss */
#encomendar .full-page .wrapper.linhas #linhas-encomendas_wrapper .customizacoes {
  margin-top: 5px;
}

/* line 4035, C:/Users/lrent/Desktop/new css/scss/style.scss */
#encomendar .full-page .wrapper.linhas #linhas-encomendas_wrapper .customizacoes .customizacao div {
  font: 400 10px/100% "Open Sans", font70108, Arial, Helvetica, sans-serif;
  color: #858585;
  margin-right: 5px;
  display: inline-block;
}

/* line 4041, C:/Users/lrent/Desktop/new css/scss/style.scss */
#encomendar .full-page .wrapper.linhas #linhas-encomendas_wrapper .customizacoes .customizacao div:not(.tam) {
  text-transform: uppercase;
}

/* line 4045, C:/Users/lrent/Desktop/new css/scss/style.scss */
#encomendar .full-page .wrapper.linhas #linhas-encomendas_wrapper .customizacoes .customizacao div:last-child {
  margin-right: 0;
}

/* line 4053, C:/Users/lrent/Desktop/new css/scss/style.scss */
#encomendar .full-page .wrapper.linhas #totais-encomenda {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  width: 100%;
  margin: 15px 0 0 0;
  padding: 30px 35px;
  background: #FFFFFF;
}

/* line 4063, C:/Users/lrent/Desktop/new css/scss/style.scss */
#encomendar .full-page .wrapper.linhas #totais-encomenda .box {
  font-size: 0px;
  text-transform: uppercase;
}

/* line 4067, C:/Users/lrent/Desktop/new css/scss/style.scss */
#encomendar .full-page .wrapper.linhas #totais-encomenda .box .titulo {
  margin-bottom: 7px;
  font: 400 13px/120% "Open Sans", font70108, Arial, Helvetica, sans-serif;
  color: #666666;
}

/* line 4073, C:/Users/lrent/Desktop/new css/scss/style.scss */
#encomendar .full-page .wrapper.linhas #totais-encomenda .box .valor {
  font: 700 16px/120% "Open Sans", font70108, Arial, Helvetica, sans-serif;
  color: #222222;
}

/* line 4082, C:/Users/lrent/Desktop/new css/scss/style.scss */
#encomendar .full-page .wrapper.icons .content {
  text-align: right;
}

/* line 4085, C:/Users/lrent/Desktop/new css/scss/style.scss */
#encomendar .full-page .wrapper.icons .content a {
  text-transform: uppercase;
  padding: 10px 15px;
  border-radius: 3px;
  font: 700 12px/100% "Open Sans", font70108, Arial, Helvetica, sans-serif;
  color: #FFFFFF;
}

/* line 4093, C:/Users/lrent/Desktop/new css/scss/style.scss */
#encomendar .full-page .wrapper.icons .content .again {
  background: #0082be;
}

/* line 4097, C:/Users/lrent/Desktop/new css/scss/style.scss */
#encomendar .full-page .wrapper.icons .content .pdf {
  background: #BBBBBB url("/temas/stricker/images/pdf.svg") no-repeat left 10px center;
  background-size: 20px 20px;
  margin-left: 20px;
  padding-left: 35px;
}

/* line 4110, C:/Users/lrent/Desktop/new css/scss/style.scss */
#gca-wrap .full-page .titulo {
  font: 700 30px/100% "Open Sans", font70108, Arial, Helvetica, sans-serif;
  color: #202020;
  letter-spacing: 1pt;
  margin-bottom: 25px;
  text-align: left;
  text-transform: uppercase;
}

/* line 4119, C:/Users/lrent/Desktop/new css/scss/style.scss */
#gca-wrap .full-page .gca-document {
  margin-bottom: 100px;
}

/* line 4122, C:/Users/lrent/Desktop/new css/scss/style.scss */
#gca-wrap .full-page .gca-document .gca-block {
  font: 400 14px/160% "Open Sans", font70108, Arial, Helvetica, sans-serif;
  color: #777777;
}

/* line 4126, C:/Users/lrent/Desktop/new css/scss/style.scss */
#gca-wrap .full-page .gca-document .gca-block a {
  color: #0082be;
  text-decoration: underline;
}

/* line 4130, C:/Users/lrent/Desktop/new css/scss/style.scss */
#gca-wrap .full-page .gca-document .gca-block a:focus, #gca-wrap .full-page .gca-document .gca-block a:hover {
  text-decoration: underline;
}

/* line 4135, C:/Users/lrent/Desktop/new css/scss/style.scss */
#gca-wrap .full-page .gca-document .gca-block #values-table {
  width: 100%;
  border-collapse: collapse;
  color: #FFFFFF;
  background: #0082BE;
}

/* line 4142, C:/Users/lrent/Desktop/new css/scss/style.scss */
#gca-wrap .full-page .gca-document .gca-block #values-table td {
  padding: 50px 30px;
}

/* line 4146, C:/Users/lrent/Desktop/new css/scss/style.scss */
#gca-wrap .full-page .gca-document .gca-block #values-table td:first-child {
  padding-left: 70px;
}

/* line 4150, C:/Users/lrent/Desktop/new css/scss/style.scss */
#gca-wrap .full-page .gca-document .gca-block #values-table td:last-child {
  padding-right: 50px;
}

/* line 4159, C:/Users/lrent/Desktop/new css/scss/style.scss */
#actualizar #frmUpdate {
  margin-bottom: 0;
}

/* line 4163, C:/Users/lrent/Desktop/new css/scss/style.scss */
#actualizar .form-block {
  padding: 45px 0 10px;
  width: 100%;
  max-width: 850px;
}

/* line 4168, C:/Users/lrent/Desktop/new css/scss/style.scss */
#actualizar .form-block .titulo {
  font: 700 18px/100% "Open Sans", font70108, Arial, Helvetica, sans-serif;
  color: #1f1f1f;
  letter-spacing: 2pt;
  text-transform: uppercase;
  margin-bottom: 30px;
}

/* line 4176, C:/Users/lrent/Desktop/new css/scss/style.scss */
#actualizar .form-block .content {
  font-size: 0;
}

/* line 4179, C:/Users/lrent/Desktop/new css/scss/style.scss */
#actualizar .form-block .content .row {
  margin: 0 0 30px;
  display: inline-block;
  width: 100%;
}

/* line 4184, C:/Users/lrent/Desktop/new css/scss/style.scss */
#actualizar .form-block .content .row .label {
  font: 400 12px/100% "Open Sans", font70108, Arial, Helvetica, sans-serif;
  color: #858585;
  letter-spacing: 1pt;
  text-transform: uppercase;
  margin-bottom: 10px;
}

/* line 4193, C:/Users/lrent/Desktop/new css/scss/style.scss */
#actualizar .form-block .content .row.small {
  width: 48%;
}

/* line 4197, C:/Users/lrent/Desktop/new css/scss/style.scss */
#actualizar .form-block .content .small.right {
  margin-left: 4%;
}

/* line 4201, C:/Users/lrent/Desktop/new css/scss/style.scss */
#actualizar .form-block .content .row.single {
  display: block;
}

/* line 4208, C:/Users/lrent/Desktop/new css/scss/style.scss */
#actualizar-password {
  margin-bottom: 100px;
}

/* line 4211, C:/Users/lrent/Desktop/new css/scss/style.scss */
#actualizar-password #frmNewPassword {
  padding-top: 40px;
}

/* line 4214, C:/Users/lrent/Desktop/new css/scss/style.scss */
#actualizar-password #frmNewPassword:before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  left: calc(85px);
  width: 80%;
  width: calc(100% - 170px);
  height: 2px;
  border-top: 1px solid #FFFFFF;
  background: #DDDDDD;
}

/* line 4227, C:/Users/lrent/Desktop/new css/scss/style.scss */
#actualizar-password #frmNewPassword fieldset > legend {
  margin-bottom: 15px;
}

/* line 4233, C:/Users/lrent/Desktop/new css/scss/style.scss */
.smart-line {
  width: 100%;
  border-top: 1px solid #FFFFFF;
  border-bottom: 1px solid #DDDDDD;
}

/* line 4239, C:/Users/lrent/Desktop/new css/scss/style.scss */
#carrinho {
  padding: 35px 0;
}

/* line 4242, C:/Users/lrent/Desktop/new css/scss/style.scss */
#carrinho .full-page {
  display: -webkit-flex;
  display: flex;
}

/* line 4245, C:/Users/lrent/Desktop/new css/scss/style.scss */
#carrinho .full-page .left {
  display: inline-block;
  width: 75%;
  width: calc(100% - 270px);
  vertical-align: top;
  font-size: 12px;
}

/* line 4254, C:/Users/lrent/Desktop/new css/scss/style.scss */
#carrinho .full-page .left .error-wrapper #qtd_maxima .item {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #DDDDDD;
}

/* line 4259, C:/Users/lrent/Desktop/new css/scss/style.scss */
#carrinho .full-page .left .error-wrapper #qtd_maxima .item:first-of-type {
  border-top: 1px solid #DDDDDD;
  padding-top: 15px;
}

/* line 4264, C:/Users/lrent/Desktop/new css/scss/style.scss */
#carrinho .full-page .left .error-wrapper #qtd_maxima .item:last-of-type {
  border-bottom: 0px;
  padding-bottom: 0px;
  margin-bottom: 0px;
}

/* line 4270, C:/Users/lrent/Desktop/new css/scss/style.scss */
#carrinho .full-page .left .error-wrapper #qtd_maxima .item .name {
  font: 400 13px/100% "Open Sans", font70108, Arial, Helvetica, sans-serif;
  color: #222222;
}

/* line 4275, C:/Users/lrent/Desktop/new css/scss/style.scss */
#carrinho .full-page .left .error-wrapper #qtd_maxima .item .opcionais {
  margin-bottom: 15px;
}

/* line 4278, C:/Users/lrent/Desktop/new css/scss/style.scss */
#carrinho .full-page .left .error-wrapper #qtd_maxima .item .opcionais .opcional {
  font: 400 10px/100% "Open Sans", font70108, Arial, Helvetica, sans-serif;
  color: #858585;
  text-transform: uppercase;
  display: inline-block;
  margin-right: 15px;
}

/* line 4285, C:/Users/lrent/Desktop/new css/scss/style.scss */
#carrinho .full-page .left .error-wrapper #qtd_maxima .item .opcionais .opcional:last-child {
  margin-right: 0;
}

/* line 4289, C:/Users/lrent/Desktop/new css/scss/style.scss */
#carrinho .full-page .left .error-wrapper #qtd_maxima .item .opcionais .opcional .cor {
  display: inline-block;
  width: 14px;
  height: 14px;
  content: " ";
  margin-left: 2px;
  border: 1px solid #999999;
  background-color: #FFFFFF;
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 3px;
  vertical-align: middle;
}

/* line 4303, C:/Users/lrent/Desktop/new css/scss/style.scss */
#carrinho .full-page .left .error-wrapper #qtd_maxima .item .opcionais .opcional span {
  font: 400 12px/120% "Open Sans", font70108, Arial, Helvetica, sans-serif;
  color: #666666;
}

/* line 4310, C:/Users/lrent/Desktop/new css/scss/style.scss */
#carrinho .full-page .left .error-wrapper #qtd_maxima .item .qtd_max {
  display: block;
  font: 400 13px/100% "Open Sans", font70108, Arial, Helvetica, sans-serif;
  color: #222222;
}

/* line 4315, C:/Users/lrent/Desktop/new css/scss/style.scss */
#carrinho .full-page .left .error-wrapper #qtd_maxima .item .qtd_max span {
  font-weight: 700;
}

/* line 4323, C:/Users/lrent/Desktop/new css/scss/style.scss */
#carrinho .full-page .left #intro-save-draft {
  display: block;
  margin: 0;
  padding: 0;
  font: 400 14px/120% "Open Sans", font70108, Arial, Helvetica, sans-serif;
  color: #333333;
}

/* line 4331, C:/Users/lrent/Desktop/new css/scss/style.scss */
#carrinho .full-page .left #save-draft-input-wrapper {
  display: block;
  margin: 30px 0 20px 0;
  padding: 0;
  font-size: 0px;
}

/* line 4337, C:/Users/lrent/Desktop/new css/scss/style.scss */
#carrinho .full-page .left #save-draft-input-wrapper label {
  display: block;
  margin-bottom: 10px;
  font: 400 12px/100% "Open Sans", font70108, Arial, Helvetica, sans-serif;
  color: #858585;
  letter-spacing: 1pt;
  text-transform: uppercase;
  cursor: pointer;
}

/* line 4347, C:/Users/lrent/Desktop/new css/scss/style.scss */
#carrinho .full-page .left #save-draft-input-wrapper input[type='text'] {
  margin: 0 10px 0 0;
  max-width: 300px;
  vertical-align: top;
  border-color: #CCCCCC;
}

/* line 4354, C:/Users/lrent/Desktop/new css/scss/style.scss */
#carrinho .full-page .left #save-draft-input-wrapper input[type='submit'] {
  margin: 0;
  padding: 10px 15px;
  font: 400 13px/100% "Open Sans", font70108, Arial, Helvetica, sans-serif;
  height: 50px;
  vertical-align: top;
}

/* line 4363, C:/Users/lrent/Desktop/new css/scss/style.scss */
#carrinho .full-page .left #cart-empty {
  display: block;
  margin: 0;
  padding: 0 20px;
  font: 400 13px/120% "Open Sans", font70108, Arial, Helvetica, sans-serif;
  color: #000000;
}

/* line 4372, C:/Users/lrent/Desktop/new css/scss/style.scss */
#carrinho .full-page .left #order-submitted .titulo {
  font: 700 24px/100% "Open Sans", font70108, Arial, Helvetica, sans-serif;
  color: #0082be;
  letter-spacing: 1pt;
  margin-bottom: 15px;
  max-width: 430px;
  text-transform: uppercase;
}

/* line 4381, C:/Users/lrent/Desktop/new css/scss/style.scss */
#carrinho .full-page .left #order-submitted .texto {
  font: 400 14px/150% "Open Sans", font70108, Arial, Helvetica, sans-serif;
  color: #878787;
  margin-bottom: 35px;
  max-width: 85%;
}

/* line 4388, C:/Users/lrent/Desktop/new css/scss/style.scss */
#carrinho .full-page .left #order-submitted .links {
  font-size: 0px;
  margin-bottom: 30px;
}

/* line 4392, C:/Users/lrent/Desktop/new css/scss/style.scss */
#carrinho .full-page .left #order-submitted .links input[type='file'] {
  display: none;
}

/* line 4396, C:/Users/lrent/Desktop/new css/scss/style.scss */
#carrinho .full-page .left #order-submitted .links .button {
  display: inline-block;
  margin: 0 10px 0 0;
  padding: 12px 15px 12px 32px;
  color: #FFFFFF;
  font: 400 12px/100% "Open Sans", font70108, Arial, Helvetica, sans-serif;
  letter-spacing: 0px;
  cursor: pointer;
  background-color: transparent;
  background-repeat: no-repeat;
}

/* line 4407, C:/Users/lrent/Desktop/new css/scss/style.scss */
#carrinho .full-page .left #order-submitted .links .button:last-child {
  margin-right: 0px;
}

/* line 4412, C:/Users/lrent/Desktop/new css/scss/style.scss */
#carrinho .full-page .left #order-submitted .links .upload {
  background-color: #0082be;
  background-image: url("/temas/stricker/images/upload.svg");
  background-position: left 12px center;
  background-size: 9px 10px;
}

/* line 4419, C:/Users/lrent/Desktop/new css/scss/style.scss */
#carrinho .full-page .left #order-submitted .links .download {
  background-color: #0082be;
  position: relative;
}

/* line 4423, C:/Users/lrent/Desktop/new css/scss/style.scss */
#carrinho .full-page .left #order-submitted .links .download svg {
  width: 16px;
  height: 16px;
  vertical-align: top;
  position: absolute;
  top: 9px;
  left: 10px;
}

/* line 4431, C:/Users/lrent/Desktop/new css/scss/style.scss */
#carrinho .full-page .left #order-submitted .links .download svg path {
  fill: #FFFFFF;
}

/* line 4437, C:/Users/lrent/Desktop/new css/scss/style.scss */
#carrinho .full-page .left #order-submitted .links .pdf {
  background-color: #BBBBBB;
  background-image: url("/temas/stricker/images/print.svg");
  background-position: left 8px center;
  background-size: 17px auto;
}

/* line 4446, C:/Users/lrent/Desktop/new css/scss/style.scss */
#carrinho .full-page .left #fast-add {
  margin: 0 0 15px;
}

/* line 4449, C:/Users/lrent/Desktop/new css/scss/style.scss */
#carrinho .full-page .left #fast-add .top {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  padding: 30px 150px 30px 25px;
  background: whitesmoke;
}

/* line 4457, C:/Users/lrent/Desktop/new css/scss/style.scss */
#carrinho .full-page .left #fast-add .top .titulo {
  display: inline-block;
  font: 700 15px/100% "Open Sans", font70108, Arial, Helvetica, sans-serif;
  color: #202020;
  letter-spacing: 1pt;
  text-transform: uppercase;
  width: 185px;
}

/* line 4466, C:/Users/lrent/Desktop/new css/scss/style.scss */
#carrinho .full-page .left #fast-add .top .desc {
  display: inline-block;
  margin: 5px 0 0 0;
  padding: 0 0 0 20px;
  font: 400 12px/115% "Open Sans", font70108, Arial, Helvetica, sans-serif;
  color: #777777;
  letter-spacing: 0;
  text-transform: none;
  width: 245px;
}

/* line 4477, C:/Users/lrent/Desktop/new css/scss/style.scss */
#carrinho .full-page .left #fast-add .top #fast-add-form {
  display: inline-block;
  padding: 0 0 0 20px;
  position: relative;
}

/* line 4482, C:/Users/lrent/Desktop/new css/scss/style.scss */
#carrinho .full-page .left #fast-add .top #fast-add-form #fast-add-input {
  margin: 0;
  padding: 15px 50px 15px 22px;
  border: 1px solid #CCCCCC;
  color: #444444;
  font: 700 17px "Open Sans", font70108, Arial, Helvetica, sans-serif;
  letter-spacing: 0.5pt;
  text-transform: uppercase;
}

/* line 4492, C:/Users/lrent/Desktop/new css/scss/style.scss */
#carrinho .full-page .left #fast-add .top #fast-add-form #fast-add-b {
  background: transparent url("/temas/stricker/images/search.svg") no-repeat scroll center center;
  background-size: 20px auto;
  cursor: pointer;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  border: 0;
  text-indent: -9999px;
}

/* line 4509, C:/Users/lrent/Desktop/new css/scss/style.scss */
#carrinho .full-page .tabs-drop {
  display: block;
  margin: 0 0 10px 0;
}

/* line 4513, C:/Users/lrent/Desktop/new css/scss/style.scss */
#carrinho .full-page .tabs-drop:hover, #carrinho .full-page .tabs-drop:focus {
  opacity: 1;
}

/* line 4517, C:/Users/lrent/Desktop/new css/scss/style.scss */
#carrinho .full-page .tabs-drop > .titulo {
  font: 700 14px/100% "Open Sans", font70108, Arial, Helvetica, sans-serif;
  letter-spacing: 1pt;
  text-transform: uppercase;
  color: #444444;
  padding: 25px 20px;
  background: #F5F5F5;
  background-size: 15px 10px;
  opacity: 0.5;
  -webkit-transition: color 125ms ease-in-out, background 125ms ease-in-out, opacity 125ms ease-in-out;
  -moz-transition: all 125ms ease-in-out;
  -ms-transition: all 125ms ease-in-out;
  -o-transition: all 125ms ease-in-out;
  transition: all 125ms ease-in-out;
}

/* line 4530, C:/Users/lrent/Desktop/new css/scss/style.scss */
#carrinho .full-page .tabs-drop.current > .titulo, #carrinho .full-page .tabs-drop.checked > .titulo {
  background: #F5F5F5 url("/temas/stricker/images/open_filter.svg") no-repeat center right 20px;
  opacity: 1;
}

/* line 4535, C:/Users/lrent/Desktop/new css/scss/style.scss */
#carrinho .full-page .tabs-drop.current.open > .titulo, #carrinho .full-page .tabs-drop.checked.open > .titulo {
  background: #F5F5F5 url("/temas/stricker/images/open_filter.svg") no-repeat center right 20px;
}

/* line 4540, C:/Users/lrent/Desktop/new css/scss/style.scss */
#carrinho .full-page .tabs-drop.checked > .titulo:before {
  background: transparent url("/temas/stricker/images/carrinhoOK-icon.svg") no-repeat center center/20px 20px;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  content: " ";
  display: inline-block;
  vertical-align: text-bottom;
}

/* line 4550, C:/Users/lrent/Desktop/new css/scss/style.scss */
#carrinho .full-page .tabs-drop.closed > .conteudo {
  display: none;
}

/* line 4554, C:/Users/lrent/Desktop/new css/scss/style.scss */
#carrinho .full-page .tabs-drop .conteudo {
  padding: 25px 0 50px;
}

/* line 4557, C:/Users/lrent/Desktop/new css/scss/style.scss */
#carrinho .full-page .tabs-drop .conteudo .box {
  margin: 10px 0 50px;
}

/* line 4560, C:/Users/lrent/Desktop/new css/scss/style.scss */
#carrinho .full-page .tabs-drop .conteudo .box > .titulo,
#carrinho .full-page .tabs-drop .conteudo .box > .titulo-inline,
#carrinho .full-page .tabs-drop .conteudo .box #add-address-wrapper > #add-address-form > .titulo,
#carrinho .full-page .tabs-drop .conteudo .box #add-address-wrapper > #add-address-form > .subtitulo {
  display: block;
  font: 700 14px/120% "Open Sans", font70108, Arial, Helvetica, sans-serif;
  letter-spacing: 1pt;
  text-transform: uppercase;
  color: #1f1f1f;
  margin-bottom: 15px;
  cursor: pointer;
}

/* line 4573, C:/Users/lrent/Desktop/new css/scss/style.scss */
#carrinho .full-page .tabs-drop .conteudo .box > .titulo-inline {
  display: inline-block;
  margin: 0 10px 0 0;
  color: #878787;
  font: 400 13px/120% "Open Sans", font70108, Arial, Helvetica, sans-serif;
  vertical-align: middle;
}

/* line 4580, C:/Users/lrent/Desktop/new css/scss/style.scss */
#carrinho .full-page .tabs-drop .conteudo .box > .titulo-inline + input {
  display: inline-block;
  margin: 0;
  width: 200px;
  vertical-align: middle;
  border-color: #CCCCCC;
}

/* line 4590, C:/Users/lrent/Desktop/new css/scss/style.scss */
#carrinho .full-page .tabs-drop .conteudo .box > .content textarea {
  font: 400 13px/120% "Open Sans", font70108, Arial, Helvetica, sans-serif;
  color: #333333;
  min-height: 115px;
  max-height: 500px;
  width: 100%;
  -webkit-transition: color 125ms ease-in-out, background 125ms ease-in-out, opacity 125ms ease-in-out;
  -moz-transition: all 125ms ease-in-out;
  -ms-transition: all 125ms ease-in-out;
  -o-transition: all 125ms ease-in-out;
  transition: all 125ms ease-in-out;
}

/* line 108, C:/Users/lrent/Desktop/new css/scss/_master.scss */
#carrinho .full-page .tabs-drop .conteudo .box > .content textarea::-webkit-input-placeholder {
  text-transform: uppercase;
}

/* line 111, C:/Users/lrent/Desktop/new css/scss/_master.scss */
#carrinho .full-page .tabs-drop .conteudo .box > .content textarea:-moz-placeholder {
  text-transform: uppercase;
}

/* line 114, C:/Users/lrent/Desktop/new css/scss/_master.scss */
#carrinho .full-page .tabs-drop .conteudo .box > .content textarea::-moz-placeholder {
  text-transform: uppercase;
}

/* line 117, C:/Users/lrent/Desktop/new css/scss/_master.scss */
#carrinho .full-page .tabs-drop .conteudo .box > .content textarea:-ms-input-placeholder {
  text-transform: uppercase;
}

/* line 123, C:/Users/lrent/Desktop/new css/scss/_master.scss */
#carrinho .full-page .tabs-drop .conteudo .box > .content textarea::-webkit-input-placeholder {
  letter-spacing: 1pt;
}

/* line 126, C:/Users/lrent/Desktop/new css/scss/_master.scss */
#carrinho .full-page .tabs-drop .conteudo .box > .content textarea:-moz-placeholder {
  letter-spacing: 1pt;
}

/* line 129, C:/Users/lrent/Desktop/new css/scss/_master.scss */
#carrinho .full-page .tabs-drop .conteudo .box > .content textarea::-moz-placeholder {
  letter-spacing: 1pt;
}

/* line 132, C:/Users/lrent/Desktop/new css/scss/_master.scss */
#carrinho .full-page .tabs-drop .conteudo .box > .content textarea:-ms-input-placeholder {
  letter-spacing: 1pt;
}

/* line 138, C:/Users/lrent/Desktop/new css/scss/_master.scss */
#carrinho .full-page .tabs-drop .conteudo .box > .content textarea::-webkit-input-placeholder {
  font-size: 11px;
}

/* line 141, C:/Users/lrent/Desktop/new css/scss/_master.scss */
#carrinho .full-page .tabs-drop .conteudo .box > .content textarea:-moz-placeholder {
  font-size: 11px;
}

/* line 144, C:/Users/lrent/Desktop/new css/scss/_master.scss */
#carrinho .full-page .tabs-drop .conteudo .box > .content textarea::-moz-placeholder {
  font-size: 11px;
}

/* line 147, C:/Users/lrent/Desktop/new css/scss/_master.scss */
#carrinho .full-page .tabs-drop .conteudo .box > .content textarea:-ms-input-placeholder {
  font-size: 11px;
}

/* line 89, C:/Users/lrent/Desktop/new css/scss/_master.scss */
#carrinho .full-page .tabs-drop .conteudo .box > .content textarea::-webkit-input-placeholder {
  opacity: 0.9 !important;
  color: #777777;
}

/* line 93, C:/Users/lrent/Desktop/new css/scss/_master.scss */
#carrinho .full-page .tabs-drop .conteudo .box > .content textarea:-moz-placeholder {
  opacity: 0.9 !important;
  color: #777777;
}

/* line 97, C:/Users/lrent/Desktop/new css/scss/_master.scss */
#carrinho .full-page .tabs-drop .conteudo .box > .content textarea::-moz-placeholder {
  opacity: 0.9 !important;
  color: #777777;
}

/* line 101, C:/Users/lrent/Desktop/new css/scss/_master.scss */
#carrinho .full-page .tabs-drop .conteudo .box > .content textarea:-ms-input-placeholder {
  opacity: 0.9 !important;
  color: #777777;
}

/* line 4603, C:/Users/lrent/Desktop/new css/scss/style.scss */
#carrinho .full-page .tabs-drop .conteudo .box > .content textarea:focus {
  border-color: #BBBBBB;
}

/* line 4609, C:/Users/lrent/Desktop/new css/scss/style.scss */
#carrinho .full-page .tabs-drop .conteudo .box #add-address-wrapper {
  display: block;
  margin: 29px 0 0 0;
  padding: 0;
}

/* line 4614, C:/Users/lrent/Desktop/new css/scss/style.scss */
#carrinho .full-page .tabs-drop .conteudo .box #add-address-wrapper #add-address-btn {
  font-size: 11px;
  padding: 8px 13px;
}

/* line 4619, C:/Users/lrent/Desktop/new css/scss/style.scss */
#carrinho .full-page .tabs-drop .conteudo .box #add-address-wrapper #add-address-form {
  display: none;
  margin: 15px 0 0 0;
  padding: 20px 25px;
  background: #F9F9F9;
}

/* line 4625, C:/Users/lrent/Desktop/new css/scss/style.scss */
#carrinho .full-page .tabs-drop .conteudo .box #add-address-wrapper #add-address-form > .titulo {
  margin-bottom: 0;
  cursor: default;
}

/* line 4630, C:/Users/lrent/Desktop/new css/scss/style.scss */
#carrinho .full-page .tabs-drop .conteudo .box #add-address-wrapper #add-address-form > .subtitulo {
  margin-bottom: 25px;
  font: 400 11px/110% "Open Sans", font70108, Arial, Helvetica, sans-serif;
  letter-spacing: 0;
  color: #777777;
  text-transform: none;
  cursor: default;
}

/* line 4639, C:/Users/lrent/Desktop/new css/scss/style.scss */
#carrinho .full-page .tabs-drop .conteudo .box #add-address-wrapper #add-address-form label {
  display: inline-block;
  margin: 15px 0 10px 0;
  padding: 0 30px 0 2px;
  font: 400 12px/100% "Open Sans", font70108, Arial, Helvetica, sans-serif;
  letter-spacing: 1px;
  color: #868686;
  text-transform: uppercase;
  cursor: pointer;
  width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  word-wrap: break-word;
}

/* line 4654, C:/Users/lrent/Desktop/new css/scss/style.scss */
#carrinho .full-page .tabs-drop .conteudo .box #add-address-wrapper #add-address-form input, #carrinho .full-page .tabs-drop .conteudo .box #add-address-wrapper #add-address-form select, #carrinho .full-page .tabs-drop .conteudo .box #add-address-wrapper #add-address-form textarea {
  border-color: #CCCCCC;
}

/* line 4658, C:/Users/lrent/Desktop/new css/scss/style.scss */
#carrinho .full-page .tabs-drop .conteudo .box #add-address-wrapper #add-address-form .form-error {
  border-color: #FF0000 !important;
}

/* line 4664, C:/Users/lrent/Desktop/new css/scss/style.scss */
#carrinho .full-page .tabs-drop .conteudo .box #metodos-expedicao_wrapper,
#carrinho .full-page .tabs-drop .conteudo .box #metodos-expedicao {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

/* line 4671, C:/Users/lrent/Desktop/new css/scss/style.scss */
#carrinho .full-page .tabs-drop .conteudo .box #metodos-expedicao_wrapper thead tr,
#carrinho .full-page .tabs-drop .conteudo .box #metodos-expedicao thead tr {
  background: #f9f9f9;
}

/* line 4674, C:/Users/lrent/Desktop/new css/scss/style.scss */
#carrinho .full-page .tabs-drop .conteudo .box #metodos-expedicao_wrapper thead tr td,
#carrinho .full-page .tabs-drop .conteudo .box #metodos-expedicao thead tr td {
  font: 400 12px/100% "Open Sans", font70108, Arial, Helvetica, sans-serif;
  letter-spacing: 1pt;
  color: #858585;
  padding: 15px 25px 15px 10px;
  text-transform: uppercase;
}

/* line 4681, C:/Users/lrent/Desktop/new css/scss/style.scss */
#carrinho .full-page .tabs-drop .conteudo .box #metodos-expedicao_wrapper thead tr td.estado,
#carrinho .full-page .tabs-drop .conteudo .box #metodos-expedicao thead tr td.estado {
  max-width: 80px;
}

/* line 4685, C:/Users/lrent/Desktop/new css/scss/style.scss */
#carrinho .full-page .tabs-drop .conteudo .box #metodos-expedicao_wrapper thead tr td.detalhes,
#carrinho .full-page .tabs-drop .conteudo .box #metodos-expedicao thead tr td.detalhes {
  white-space: nowrap;
  max-width: 95px;
}

/* line 4695, C:/Users/lrent/Desktop/new css/scss/style.scss */
#carrinho .full-page .tabs-drop .conteudo .box #metodos-expedicao_wrapper tbody tr.odd,
#carrinho .full-page .tabs-drop .conteudo .box #metodos-expedicao tbody tr.odd {
  background: #F9F9F9;
}

/* line 4699, C:/Users/lrent/Desktop/new css/scss/style.scss */
#carrinho .full-page .tabs-drop .conteudo .box #metodos-expedicao_wrapper tbody tr.even,
#carrinho .full-page .tabs-drop .conteudo .box #metodos-expedicao tbody tr.even {
  background: #FFFFFF;
}

/* line 4703, C:/Users/lrent/Desktop/new css/scss/style.scss */
#carrinho .full-page .tabs-drop .conteudo .box #metodos-expedicao_wrapper tbody tr td,
#carrinho .full-page .tabs-drop .conteudo .box #metodos-expedicao tbody tr td {
  font: 400 13px/100% "Open Sans", font70108, Arial, Helvetica, sans-serif;
  color: #666666;
  padding: 18px 10px;
  text-transform: uppercase;
  border: 1px solid #dddddd;
}

/* line 4715, C:/Users/lrent/Desktop/new css/scss/style.scss */
#carrinho .full-page .tabs-drop .conteudo .box #metodos-expedicao_wrapper thead tr th, #carrinho .full-page .tabs-drop .conteudo .box #metodos-expedicao_wrapper thead tr td, #carrinho .full-page .tabs-drop .conteudo .box #metodos-expedicao_wrapper tbody tr th, #carrinho .full-page .tabs-drop .conteudo .box #metodos-expedicao_wrapper tbody tr td,
#carrinho .full-page .tabs-drop .conteudo .box #metodos-expedicao thead tr th,
#carrinho .full-page .tabs-drop .conteudo .box #metodos-expedicao thead tr td,
#carrinho .full-page .tabs-drop .conteudo .box #metodos-expedicao tbody tr th,
#carrinho .full-page .tabs-drop .conteudo .box #metodos-expedicao tbody tr td {
  background: #FFFFFF;
}

/* line 4720, C:/Users/lrent/Desktop/new css/scss/style.scss */
#carrinho .full-page .tabs-drop .conteudo .box #metodos-expedicao_wrapper thead tr:hover td, #carrinho .full-page .tabs-drop .conteudo .box #metodos-expedicao_wrapper tbody tr:hover td,
#carrinho .full-page .tabs-drop .conteudo .box #metodos-expedicao thead tr:hover td,
#carrinho .full-page .tabs-drop .conteudo .box #metodos-expedicao tbody tr:hover td {
  background: #F1F9FC;
}

/* line 4725, C:/Users/lrent/Desktop/new css/scss/style.scss */
#carrinho .full-page .tabs-drop .conteudo .box #metodos-expedicao_wrapper thead tr th, #carrinho .full-page .tabs-drop .conteudo .box #metodos-expedicao_wrapper tbody tr th,
#carrinho .full-page .tabs-drop .conteudo .box #metodos-expedicao thead tr th,
#carrinho .full-page .tabs-drop .conteudo .box #metodos-expedicao tbody tr th {
  padding: 8px 14px;
  text-align: left;
  text-transform: uppercase;
  font: 400 12px/120% "Open Sans", font70108, Arial, Helvetica, sans-serif;
  letter-spacing: 1px;
  color: #858585;
}

/* line 4734, C:/Users/lrent/Desktop/new css/scss/style.scss */
#carrinho .full-page .tabs-drop .conteudo .box #metodos-expedicao_wrapper thead tr td, #carrinho .full-page .tabs-drop .conteudo .box #metodos-expedicao_wrapper tbody tr td,
#carrinho .full-page .tabs-drop .conteudo .box #metodos-expedicao thead tr td,
#carrinho .full-page .tabs-drop .conteudo .box #metodos-expedicao tbody tr td {
  padding: 13px 14px;
  color: #666666;
  text-transform: none;
}

/* line 4739, C:/Users/lrent/Desktop/new css/scss/style.scss */
#carrinho .full-page .tabs-drop .conteudo .box #metodos-expedicao_wrapper thead tr td label, #carrinho .full-page .tabs-drop .conteudo .box #metodos-expedicao_wrapper tbody tr td label,
#carrinho .full-page .tabs-drop .conteudo .box #metodos-expedicao thead tr td label,
#carrinho .full-page .tabs-drop .conteudo .box #metodos-expedicao tbody tr td label {
  display: block;
  cursor: pointer;
  text-transform: uppercase;
}

/* line 4745, C:/Users/lrent/Desktop/new css/scss/style.scss */
#carrinho .full-page .tabs-drop .conteudo .box #metodos-expedicao_wrapper thead tr td:first-child, #carrinho .full-page .tabs-drop .conteudo .box #metodos-expedicao_wrapper tbody tr td:first-child,
#carrinho .full-page .tabs-drop .conteudo .box #metodos-expedicao thead tr td:first-child,
#carrinho .full-page .tabs-drop .conteudo .box #metodos-expedicao tbody tr td:first-child {
  text-align: center;
  border-left: 0;
}

/* line 4749, C:/Users/lrent/Desktop/new css/scss/style.scss */
#carrinho .full-page .tabs-drop .conteudo .box #metodos-expedicao_wrapper thead tr td:first-child span, #carrinho .full-page .tabs-drop .conteudo .box #metodos-expedicao_wrapper tbody tr td:first-child span,
#carrinho .full-page .tabs-drop .conteudo .box #metodos-expedicao thead tr td:first-child span,
#carrinho .full-page .tabs-drop .conteudo .box #metodos-expedicao tbody tr td:first-child span {
  position: relative;
  width: 17px;
  height: 17px;
}

/* line 4754, C:/Users/lrent/Desktop/new css/scss/style.scss */
#carrinho .full-page .tabs-drop .conteudo .box #metodos-expedicao_wrapper thead tr td:first-child span input[type='radio'], #carrinho .full-page .tabs-drop .conteudo .box #metodos-expedicao_wrapper tbody tr td:first-child span input[type='radio'],
#carrinho .full-page .tabs-drop .conteudo .box #metodos-expedicao thead tr td:first-child span input[type='radio'],
#carrinho .full-page .tabs-drop .conteudo .box #metodos-expedicao tbody tr td:first-child span input[type='radio'] {
  opacity: 0;
  visibility: hidden;
  position: relative;
}

/* line 4759, C:/Users/lrent/Desktop/new css/scss/style.scss */
#carrinho .full-page .tabs-drop .conteudo .box #metodos-expedicao_wrapper thead tr td:first-child span input[type='radio'] + label, #carrinho .full-page .tabs-drop .conteudo .box #metodos-expedicao_wrapper tbody tr td:first-child span input[type='radio'] + label,
#carrinho .full-page .tabs-drop .conteudo .box #metodos-expedicao thead tr td:first-child span input[type='radio'] + label,
#carrinho .full-page .tabs-drop .conteudo .box #metodos-expedicao tbody tr td:first-child span input[type='radio'] + label {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 16px;
  height: 16px;
  text-indent: -99999px;
  font-size: 0px;
  background: transparent url("/temas/stricker/images/radioButton-off.svg") no-repeat center center;
  background-size: 100% 100%;
  cursor: pointer;
}

/* line 4773, C:/Users/lrent/Desktop/new css/scss/style.scss */
#carrinho .full-page .tabs-drop .conteudo .box #metodos-expedicao_wrapper thead tr td:first-child span input[type='radio']:checked + label, #carrinho .full-page .tabs-drop .conteudo .box #metodos-expedicao_wrapper tbody tr td:first-child span input[type='radio']:checked + label,
#carrinho .full-page .tabs-drop .conteudo .box #metodos-expedicao thead tr td:first-child span input[type='radio']:checked + label,
#carrinho .full-page .tabs-drop .conteudo .box #metodos-expedicao tbody tr td:first-child span input[type='radio']:checked + label {
  background-image: url("/temas/stricker/images/radioButton.svg");
}

/* line 4784, C:/Users/lrent/Desktop/new css/scss/style.scss */
#carrinho .full-page .tabs-drop .conteudo .box #cart-totals {
  display: block;
  margin: 10px 0 0 0;
  padding: 0;
}

/* line 4789, C:/Users/lrent/Desktop/new css/scss/style.scss */
#carrinho .full-page .tabs-drop .conteudo .box #cart-totals > div {
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 140px 10px 0;
  vertical-align: top;
}

/* line 4797, C:/Users/lrent/Desktop/new css/scss/style.scss */
#carrinho .full-page .tabs-drop .conteudo .box #cart-totals > div > div {
  padding: 0 15px;
  border-right: 1px solid #DDDDDD;
}

/* line 4801, C:/Users/lrent/Desktop/new css/scss/style.scss */
#carrinho .full-page .tabs-drop .conteudo .box #cart-totals > div > div:first-child {
  padding-left: 0px;
}

/* line 4805, C:/Users/lrent/Desktop/new css/scss/style.scss */
#carrinho .full-page .tabs-drop .conteudo .box #cart-totals > div > div:last-child {
  padding-right: 0px;
  border-right: 0px;
}

/* line 4810, C:/Users/lrent/Desktop/new css/scss/style.scss */
#carrinho .full-page .tabs-drop .conteudo .box #cart-totals > div > div span {
  display: block;
  margin: 0 0 5px 0;
  font: 400 12px/120% "Open Sans", font70108, Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #858585;
}

/* line 4818, C:/Users/lrent/Desktop/new css/scss/style.scss */
#carrinho .full-page .tabs-drop .conteudo .box #cart-totals > div > div span:nth-child(2) {
  margin-bottom: 0;
  font: 700 16px/120% "Open Sans", font70108, Arial, Helvetica, sans-serif;
  letter-spacing: 0px;
  color: #333333;
  text-transform: none;
}

/* line 4831, C:/Users/lrent/Desktop/new css/scss/style.scss */
#carrinho .full-page .tabs-drop .conteudo .box#guia-transporte .titulo-inline {
  margin: 0 0 20px 0;
}

/* line 4835, C:/Users/lrent/Desktop/new css/scss/style.scss */
#carrinho .full-page .tabs-drop .conteudo .box#guia-transporte input[type='radio'] {
  display: none;
}

/* line 4838, C:/Users/lrent/Desktop/new css/scss/style.scss */
#carrinho .full-page .tabs-drop .conteudo .box#guia-transporte input[type='radio'] + label {
  display: inline-block;
  margin: 0 48px 0 0;
  padding: 0 0 0 22px;
  font: 400 13px/17px "Open Sans", font70108, Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  color: #666666;
  background: transparent url("/temas/stricker/images/radioButton-off.svg") no-repeat left top;
  background-size: 17px 17px;
  cursor: pointer;
}

/* line 4850, C:/Users/lrent/Desktop/new css/scss/style.scss */
#carrinho .full-page .tabs-drop .conteudo .box#guia-transporte input[type='radio']:checked + label {
  background-image: url("/temas/stricker/images/radioButton.svg");
}

/* line 4859, C:/Users/lrent/Desktop/new css/scss/style.scss */
#carrinho .full-page #order-now {
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
  padding: 16px 16px 16px 21px;
  width: 100%;
  background: #004674;
  font-size: 0;
}

/* line 4871, C:/Users/lrent/Desktop/new css/scss/style.scss */
#carrinho .full-page #order-now #order-now-cost {
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
  margin: 0;
  padding: 0;
}

/* line 4877, C:/Users/lrent/Desktop/new css/scss/style.scss */
#carrinho .full-page #order-now #order-now-cost span {
  display: inline-block;
  margin: 0 12px 0 0;
  padding: 0;
  text-transform: uppercase;
  color: #FFFFFF;
  font: 400 11px/100% "Open Sans", font70108, Arial, Helvetica, sans-serif;
  vertical-align: middle;
}

/* line 4886, C:/Users/lrent/Desktop/new css/scss/style.scss */
#carrinho .full-page #order-now #order-now-cost span:last-child {
  font: 700 21px/120% "Open Sans", font70108, Arial, Helvetica, sans-serif;
  letter-spacing: 0.6px;
}

/* line 4893, C:/Users/lrent/Desktop/new css/scss/style.scss */
#carrinho .full-page #order-now #order-now-link {
  display: inline-block;
  margin: 0;
  padding: 17px 25px;
  font: 700 15px/120% "Open Sans", font70108, Arial, Helvetica, sans-serif;
  color: #FFFFFF;
  background: #85B200;
  text-transform: uppercase;
  border-radius: 5px;
}

/* line 4905, C:/Users/lrent/Desktop/new css/scss/style.scss */
#carrinho .full-page #pagamento-frase {
  display: block;
  margin: 40px 0 0 0;
  padding: 0;
  width: 90%;
  font: 400 12px/130% "Open Sans", font70108, Arial, Helvetica, sans-serif;
  color: #888888;
}

/* line 4914, C:/Users/lrent/Desktop/new css/scss/style.scss */
#carrinho .full-page .right {
  display: inline-block;
  width: 25%;
  width: calc(270px);
  vertical-align: top;
  padding-left: 20px;
  position: relative;
}

/* line 4924, C:/Users/lrent/Desktop/new css/scss/style.scss */
#carrinho .full-page .footer .next {
  display: inline-block;
  margin: 0 0 10px 0;
  padding: 12px 40px;
  float: right;
  clear: both;
  font: 700 11px/100% "Open Sans", font70108, Arial, Helvetica, sans-serif;
  color: #FFFFFF;
  text-transform: uppercase;
  cursor: pointer;
  background: #85B200;
  border: 0px;
  border-radius: 3px;
  -webkit-transition: color 125ms ease-in-out, background 125ms ease-in-out, opacity 125ms ease-in-out;
  -moz-transition: all 125ms ease-in-out;
  -ms-transition: all 125ms ease-in-out;
  -o-transition: all 125ms ease-in-out;
  transition: all 125ms ease-in-out;
}

/* line 4939, C:/Users/lrent/Desktop/new css/scss/style.scss */
#carrinho .full-page .footer .next:hover, #carrinho .full-page .footer .next:focus {
  opacity: 0.8;
}

/* line 4947, C:/Users/lrent/Desktop/new css/scss/style.scss */
#carrinho.criar-orcamento .full-page {
  display: block;
}

/* line 4951, C:/Users/lrent/Desktop/new css/scss/style.scss */
#carrinho.criar-orcamento .full-page .tabs-drop .conteudo {
  padding: 25px 20px;
}

/* line 4956, C:/Users/lrent/Desktop/new css/scss/style.scss */
#carrinho.criar-orcamento .full-page .tabs-drop form label {
  display: inline-block;
  margin: 15px 0 10px 0;
  padding: 0 30px 0 2px;
  font: 400 12px/100% "Open Sans", font70108, Arial, Helvetica, sans-serif;
  letter-spacing: 1px;
  color: #868686;
  text-transform: uppercase;
  cursor: pointer;
  width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  word-wrap: break-word;
}

/* line 4971, C:/Users/lrent/Desktop/new css/scss/style.scss */
#carrinho.criar-orcamento .full-page .tabs-drop form input, #carrinho.criar-orcamento .full-page .tabs-drop form select, #carrinho.criar-orcamento .full-page .tabs-drop form textarea {
  border-color: #CCCCCC;
}

/* line 4975, C:/Users/lrent/Desktop/new css/scss/style.scss */
#carrinho.criar-orcamento .full-page .tabs-drop form input[type='radio'] {
  display: none;
}

/* line 4978, C:/Users/lrent/Desktop/new css/scss/style.scss */
#carrinho.criar-orcamento .full-page .tabs-drop form input[type='radio'] + label {
  display: inline-block;
  margin: 0 25px 0 0;
  padding: 0 0 0 24px;
  width: auto;
  background: transparent url("/temas/stricker/images/radioButton-off.svg") no-repeat left center;
  background-size: 16px auto;
  font: 400 13px/16px "Open Sans", font70108, Arial, Helvetica, sans-serif;
  color: #222222;
  text-transform: uppercase;
  cursor: pointer;
}

/* line 4991, C:/Users/lrent/Desktop/new css/scss/style.scss */
#carrinho.criar-orcamento .full-page .tabs-drop form input[type='radio']:checked + label {
  background-image: url("/temas/stricker/images/radioButton.svg");
}

/* line 4996, C:/Users/lrent/Desktop/new css/scss/style.scss */
#carrinho.criar-orcamento .full-page .tabs-drop form .fld_margem {
  width: 100px;
}

/* line 89, C:/Users/lrent/Desktop/new css/scss/_master.scss */
#carrinho.criar-orcamento .full-page .tabs-drop form .fld_margem::-webkit-input-placeholder {
  opacity: 0.9 !important;
  color: #aaaaaa;
}

/* line 93, C:/Users/lrent/Desktop/new css/scss/_master.scss */
#carrinho.criar-orcamento .full-page .tabs-drop form .fld_margem:-moz-placeholder {
  opacity: 0.9 !important;
  color: #aaaaaa;
}

/* line 97, C:/Users/lrent/Desktop/new css/scss/_master.scss */
#carrinho.criar-orcamento .full-page .tabs-drop form .fld_margem::-moz-placeholder {
  opacity: 0.9 !important;
  color: #aaaaaa;
}

/* line 101, C:/Users/lrent/Desktop/new css/scss/_master.scss */
#carrinho.criar-orcamento .full-page .tabs-drop form .fld_margem:-ms-input-placeholder {
  opacity: 0.9 !important;
  color: #aaaaaa;
}

/* line 5000, C:/Users/lrent/Desktop/new css/scss/style.scss */
#carrinho.criar-orcamento .full-page .tabs-drop form .fld_margem + .fld_margem_tipo {
  width: 85px;
  padding: 10px;
  font-size: 21px;
  line-height: 100%;
}

/* line 5006, C:/Users/lrent/Desktop/new css/scss/style.scss */
#carrinho.criar-orcamento .full-page .tabs-drop form .fld_margem + .fld_margem_tipo option {
  font-size: 14px;
  line-height: 100%;
}

/* line 5015, C:/Users/lrent/Desktop/new css/scss/style.scss */
#carrinho.criar-orcamento .full-page .tabs-drop form .margem-custom .fld_margem,
#carrinho.criar-orcamento .full-page .tabs-drop form .margem .fld_margem {
  width: 90px;
  padding: 10px;
  font-size: 13px;
  line-height: 120%;
  height: 38px;
}

/* line 5022, C:/Users/lrent/Desktop/new css/scss/style.scss */
#carrinho.criar-orcamento .full-page .tabs-drop form .margem-custom .fld_margem + .fld_margem_tipo,
#carrinho.criar-orcamento .full-page .tabs-drop form .margem .fld_margem + .fld_margem_tipo {
  padding: 5px 10px;
  font-size: 16px;
  line-height: 100%;
  height: 38px;
}

/* line 5031, C:/Users/lrent/Desktop/new css/scss/style.scss */
#carrinho.criar-orcamento .full-page .tabs-drop form .form-error {
  border-color: #FF0000 !important;
}

/* line 5038, C:/Users/lrent/Desktop/new css/scss/style.scss */
#carrinho.criar-orcamento .full-page #tabs-report .conteudo {
  padding: 0;
}

/* line 5041, C:/Users/lrent/Desktop/new css/scss/style.scss */
#carrinho.criar-orcamento .full-page #tabs-report .conteudo #encomendar {
  margin-bottom: 0;
}

/* line 5044, C:/Users/lrent/Desktop/new css/scss/style.scss */
#carrinho.criar-orcamento .full-page #tabs-report .conteudo #encomendar .full-page {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  background: transparent;
}

/* line 5051, C:/Users/lrent/Desktop/new css/scss/style.scss */
#carrinho.criar-orcamento .full-page #tabs-report .conteudo #encomendar #totais-encomenda {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

/* line 5054, C:/Users/lrent/Desktop/new css/scss/style.scss */
#carrinho.criar-orcamento .full-page #tabs-report .conteudo #encomendar #totais-encomenda .box {
  margin-right: 60px;
  vertical-align: top;
}

/* line 5058, C:/Users/lrent/Desktop/new css/scss/style.scss */
#carrinho.criar-orcamento .full-page #tabs-report .conteudo #encomendar #totais-encomenda .box:last-child {
  margin-right: 0px;
}

/* line 5070, C:/Users/lrent/Desktop/new css/scss/style.scss */
#carrinho.success .full-page {
  display: block;
}

/* line 5076, C:/Users/lrent/Desktop/new css/scss/style.scss */
#carrinho-summary {
  font-size: 16px;
  width: 100%;
  border: 1px solid #CCCCCC;
  padding: 35px 20px 5px;
}

/* line 5082, C:/Users/lrent/Desktop/new css/scss/style.scss */
#carrinho-summary > .titulo {
  font: 700 20px/100% "Open Sans", font70108, Arial, Helvetica, sans-serif;
  color: #1f1f1f;
  letter-spacing: 1pt;
  text-transform: uppercase;
  margin-bottom: 30px;
}

/* line 5090, C:/Users/lrent/Desktop/new css/scss/style.scss */
#carrinho-summary .linha {
  border-bottom: 1px solid #CCCCCC;
}

/* line 5094, C:/Users/lrent/Desktop/new css/scss/style.scss */
#carrinho-summary .box {
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  width: 100%;
  clear: right;
}

/* line 5102, C:/Users/lrent/Desktop/new css/scss/style.scss */
#carrinho-summary .box .titulo {
  font: 400 11px/100% "Open Sans", font70108, Arial, Helvetica, sans-serif;
  padding-right: 5px;
  color: #666666;
  text-transform: uppercase;
  margin-bottom: 15px;
  display: inline-block;
}

/* line 5111, C:/Users/lrent/Desktop/new css/scss/style.scss */
#carrinho-summary .box .valor {
  font: 400 15px/100% "Open Sans", font70108, Arial, Helvetica, sans-serif;
  color: #212121;
  text-transform: uppercase;
  margin-bottom: 15px;
  display: inline-block;
  text-align: right;
}

/* line 5122, C:/Users/lrent/Desktop/new css/scss/style.scss */
#carrinho-summary .box.total {
  padding: 20px 0 0 0;
}

/* line 5125, C:/Users/lrent/Desktop/new css/scss/style.scss */
#carrinho-summary .box.total .titulo {
  font: 700 11px/100% "Open Sans", font70108, Arial, Helvetica, sans-serif;
  color: #444444;
  margin-bottom: 30px;
}

/* line 5131, C:/Users/lrent/Desktop/new css/scss/style.scss */
#carrinho-summary .box.total .valor {
  font: 700 20px/100% "Open Sans", font70108, Arial, Helvetica, sans-serif;
  color: #0082be;
  letter-spacing: 1pt;
  margin-bottom: 30px;
}

/* line 5139, C:/Users/lrent/Desktop/new css/scss/style.scss */
#carrinho-summary .links {
  margin: 20px 0 0 0;
}

/* line 5142, C:/Users/lrent/Desktop/new css/scss/style.scss */
#carrinho-summary .links a {
  display: block;
  width: 100%;
  padding: 10px 20px;
  text-align: center;
  font: 700 11px/120% "Open Sans", font70108, Arial, Helvetica, sans-serif;
  color: #FFFFFF;
  background: #BBBBBB;
  margin: 0 0 10px 0;
  border-radius: 3px;
  text-transform: uppercase;
}

/* line 5155, C:/Users/lrent/Desktop/new css/scss/style.scss */
#carrinho-summary .links .order-now {
  cursor: pointer;
}

/* line 5159, C:/Users/lrent/Desktop/new css/scss/style.scss */
#carrinho-summary .links .blue {
  background: #0082be;
}

/* line 5163, C:/Users/lrent/Desktop/new css/scss/style.scss */
#carrinho-summary .links .clear-all {
  cursor: pointer;
}

/* line 5166, C:/Users/lrent/Desktop/new css/scss/style.scss */
#carrinho-summary .links .clear-all:hover, #carrinho-summary .links .clear-all:focus {
  opacity: 0.7;
}

/* line 5175, C:/Users/lrent/Desktop/new css/scss/style.scss */
#tab_carrinho .head {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 10px 0 0;
}

/* line 5182, C:/Users/lrent/Desktop/new css/scss/style.scss */
#tab_carrinho .head div {
  font: 400 12px/100% "Open Sans", font70108, Arial, Helvetica, sans-serif;
  color: #858585;
  text-transform: uppercase;
  padding-left: 5px;
}

/* line 5190, C:/Users/lrent/Desktop/new css/scss/style.scss */
#tab_carrinho .carrinho-grupo {
  padding: 15px 0 0;
}

/* line 5193, C:/Users/lrent/Desktop/new css/scss/style.scss */
#tab_carrinho .carrinho-grupo > .titulo {
  position: relative;
  display: inline-block;
  border: 1px solid #CCCCCC;
  background: #fefaf0;
  padding: 5px 10px 0px;
  text-transform: uppercase;
  font: 400 11px/100% "Open Sans", font70108, Arial, Helvetica, sans-serif;
  color: #666666;
}

/* line 5203, C:/Users/lrent/Desktop/new css/scss/style.scss */
#tab_carrinho .carrinho-grupo > .titulo:after {
  position: absolute;
  content: " ";
  left: 0;
  right: 0;
  bottom: -1px;
  height: 1px;
  background: #fefaf0;
}

/* line 5213, C:/Users/lrent/Desktop/new css/scss/style.scss */
#tab_carrinho .carrinho-grupo > .titulo + .conteudo {
  border: 1px solid #CCCCCC;
}

/* line 5218, C:/Users/lrent/Desktop/new css/scss/style.scss */
#tab_carrinho .carrinho-grupo > .conteudo {
  margin: -2px 0 0;
  padding: 0 !important;
  border-bottom: 1px solid #CCCCCC;
}

/* line 5224, C:/Users/lrent/Desktop/new css/scss/style.scss */
#tab_carrinho .carrinho-grupo > .conteudo .produtos .linha-produto:not(:last-child) {
  margin-bottom: 3px;
}

/* line 5231, C:/Users/lrent/Desktop/new css/scss/style.scss */
#tab_carrinho .linha-produto-customisation {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-direction: column;
  flex-direction: column;
}

/* line 5237, C:/Users/lrent/Desktop/new css/scss/style.scss */
#tab_carrinho .linha-produto-customisation .line.line-1,
#tab_carrinho .linha-produto {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  width: 100%;
  padding: 15px 15px;
}

/* line 5246, C:/Users/lrent/Desktop/new css/scss/style.scss */
#tab_carrinho .linha-produto-customisation .line.line-1 .titulo-mobile,
#tab_carrinho .linha-produto .titulo-mobile {
  display: none;
}

/* line 5250, C:/Users/lrent/Desktop/new css/scss/style.scss */
#tab_carrinho .linha-produto-customisation .line.line-1 .product,
#tab_carrinho .linha-produto .product {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}

/* line 5254, C:/Users/lrent/Desktop/new css/scss/style.scss */
#tab_carrinho .linha-produto-customisation .line.line-1 .product:hover, #tab_carrinho .linha-produto-customisation .line.line-1 .product:focus,
#tab_carrinho .linha-produto .product:hover,
#tab_carrinho .linha-produto .product:focus {
  opacity: 1;
}

/* line 5258, C:/Users/lrent/Desktop/new css/scss/style.scss */
#tab_carrinho .linha-produto-customisation .line.line-1 .product .img-wrap,
#tab_carrinho .linha-produto .product .img-wrap {
  display: -webkit-inline-flex;
  display: inline-flex;
  width: 170px;
  padding-right: 20px;
}

/* line 5263, C:/Users/lrent/Desktop/new css/scss/style.scss */
#tab_carrinho .linha-produto-customisation .line.line-1 .product .img-wrap img,
#tab_carrinho .linha-produto .product .img-wrap img {
  width: auto;
  max-width: 100%;
}

/* line 5269, C:/Users/lrent/Desktop/new css/scss/style.scss */
#tab_carrinho .linha-produto-customisation .line.line-1 .product .info,
#tab_carrinho .linha-produto .product .info {
  display: inline-block;
  width: 80%;
  width: calc(100% - 170px);
}

/* line 5274, C:/Users/lrent/Desktop/new css/scss/style.scss */
#tab_carrinho .linha-produto-customisation .line.line-1 .product .info .ref,
#tab_carrinho .linha-produto .product .info .ref {
  font: 700 11px/100% "Open Sans", font70108, Arial, Helvetica, sans-serif;
  color: #444444;
  margin-bottom: 5px;
}

/* line 5278, C:/Users/lrent/Desktop/new css/scss/style.scss */
#tab_carrinho .linha-produto-customisation .line.line-1 .product .info .ref span,
#tab_carrinho .linha-produto .product .info .ref span {
  font: 700 14px/100% "Open Sans", font70108, Arial, Helvetica, sans-serif;
}

/* line 5283, C:/Users/lrent/Desktop/new css/scss/style.scss */
#tab_carrinho .linha-produto-customisation .line.line-1 .product .info .name,
#tab_carrinho .linha-produto .product .info .name {
  font: 400 12px/100% "Open Sans", font70108, Arial, Helvetica, sans-serif;
  color: #666666;
  margin-bottom: 10px;
}

/* line 5290, C:/Users/lrent/Desktop/new css/scss/style.scss */
#tab_carrinho .linha-produto-customisation .line.line-1 .product .info .opcionais .opcional,
#tab_carrinho .linha-produto .product .info .opcionais .opcional {
  font: 400 10px/100% "Open Sans", font70108, Arial, Helvetica, sans-serif;
  color: #858585;
  text-transform: uppercase;
  display: inline-block;
  margin-right: 15px;
}

/* line 5297, C:/Users/lrent/Desktop/new css/scss/style.scss */
#tab_carrinho .linha-produto-customisation .line.line-1 .product .info .opcionais .opcional:last-child,
#tab_carrinho .linha-produto .product .info .opcionais .opcional:last-child {
  margin-right: 0;
}

/* line 5301, C:/Users/lrent/Desktop/new css/scss/style.scss */
#tab_carrinho .linha-produto-customisation .line.line-1 .product .info .opcionais .opcional .cor,
#tab_carrinho .linha-produto .product .info .opcionais .opcional .cor {
  display: inline-block;
  width: 15px;
  height: 15px;
  content: " ";
  margin-left: 2px;
  border: 1px solid #999999;
  background-color: #FFFFFF;
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 3px;
  vertical-align: middle;
  background-size: 100%;
}

/* line 5316, C:/Users/lrent/Desktop/new css/scss/style.scss */
#tab_carrinho .linha-produto-customisation .line.line-1 .product .info .opcionais .opcional span,
#tab_carrinho .linha-produto .product .info .opcionais .opcional span {
  font: 400 12px/120% "Open Sans", font70108, Arial, Helvetica, sans-serif;
  color: #666666;
}

/* line 5325, C:/Users/lrent/Desktop/new css/scss/style.scss */
#tab_carrinho .linha-produto-customisation .line.line-1 .cost-un,
#tab_carrinho .linha-produto .cost-un {
  font: 400 13px/100% "Open Sans", font70108, Arial, Helvetica, sans-serif;
  color: #666666;
}

/* line 5331, C:/Users/lrent/Desktop/new css/scss/style.scss */
#tab_carrinho .linha-produto-customisation .line.line-1 .qty form,
#tab_carrinho .linha-produto .qty form {
  display: inline-block;
}

/* line 5335, C:/Users/lrent/Desktop/new css/scss/style.scss */
#tab_carrinho .linha-produto-customisation .line.line-1 .qty input[type="text"], #tab_carrinho .linha-produto-customisation .line.line-1 .qty input[type="number"],
#tab_carrinho .linha-produto .qty input[type="text"],
#tab_carrinho .linha-produto .qty input[type="number"] {
  padding: 9px 15px;
  font: 400 13px/100% "Open Sans", font70108, Arial, Helvetica, sans-serif;
  color: #666666;
  width: 83px;
  border-color: #BBBBBB;
  margin: 0 auto;
}

/* line 89, C:/Users/lrent/Desktop/new css/scss/_master.scss */
#tab_carrinho .linha-produto-customisation .line.line-1 .qty input[type="text"]::-webkit-input-placeholder, #tab_carrinho .linha-produto-customisation .line.line-1 .qty input[type="number"]::-webkit-input-placeholder,
#tab_carrinho .linha-produto .qty input[type="text"]::-webkit-input-placeholder,
#tab_carrinho .linha-produto .qty input[type="number"]::-webkit-input-placeholder {
  opacity: 0.9 !important;
  color: #666666;
}

/* line 93, C:/Users/lrent/Desktop/new css/scss/_master.scss */
#tab_carrinho .linha-produto-customisation .line.line-1 .qty input[type="text"]:-moz-placeholder, #tab_carrinho .linha-produto-customisation .line.line-1 .qty input[type="number"]:-moz-placeholder,
#tab_carrinho .linha-produto .qty input[type="text"]:-moz-placeholder,
#tab_carrinho .linha-produto .qty input[type="number"]:-moz-placeholder {
  opacity: 0.9 !important;
  color: #666666;
}

/* line 97, C:/Users/lrent/Desktop/new css/scss/_master.scss */
#tab_carrinho .linha-produto-customisation .line.line-1 .qty input[type="text"]::-moz-placeholder, #tab_carrinho .linha-produto-customisation .line.line-1 .qty input[type="number"]::-moz-placeholder,
#tab_carrinho .linha-produto .qty input[type="text"]::-moz-placeholder,
#tab_carrinho .linha-produto .qty input[type="number"]::-moz-placeholder {
  opacity: 0.9 !important;
  color: #666666;
}

/* line 101, C:/Users/lrent/Desktop/new css/scss/_master.scss */
#tab_carrinho .linha-produto-customisation .line.line-1 .qty input[type="text"]:-ms-input-placeholder, #tab_carrinho .linha-produto-customisation .line.line-1 .qty input[type="number"]:-ms-input-placeholder,
#tab_carrinho .linha-produto .qty input[type="text"]:-ms-input-placeholder,
#tab_carrinho .linha-produto .qty input[type="number"]:-ms-input-placeholder {
  opacity: 0.9 !important;
  color: #666666;
}

/* line 5346, C:/Users/lrent/Desktop/new css/scss/style.scss */
#tab_carrinho .linha-produto-customisation .line.line-1 .more,
#tab_carrinho .linha-produto .more {
  cursor: pointer;
  content: " ";
  background: transparent url("/temas/stricker/images/open.svg") no-repeat center center;
  background-size: 10px 10px;
  width: 20px;
  height: 20px;
}

/* line 5354, C:/Users/lrent/Desktop/new css/scss/style.scss */
#tab_carrinho .linha-produto-customisation .line.line-1 .more.less,
#tab_carrinho .linha-produto .more.less {
  background: transparent url("/temas/stricker/images/close.svg") no-repeat center center;
}

/* line 5359, C:/Users/lrent/Desktop/new css/scss/style.scss */
#tab_carrinho .linha-produto-customisation .line.line-1 .total,
#tab_carrinho .linha-produto .total {
  font: 400 13px/100% "Open Sans", font70108, Arial, Helvetica, sans-serif;
  color: #666666;
}

/* line 5365, C:/Users/lrent/Desktop/new css/scss/style.scss */
#tab_carrinho .linha-produto-customisation .line.line-1 .customise .customise-b,
#tab_carrinho .linha-produto .customise .customise-b {
  font: 700 11px/100% "Open Sans", font70108, Arial, Helvetica, sans-serif;
  padding: 10px 15px;
  background: #e4ab00;
  color: #FFFFFF;
  border-radius: 3px;
  display: inline-block;
  margin-bottom: 10px;
  text-transform: uppercase;
}

/* line 5376, C:/Users/lrent/Desktop/new css/scss/style.scss */
#tab_carrinho .linha-produto-customisation .line.line-1 .customise .remove,
#tab_carrinho .linha-produto .customise .remove {
  font: 400 10px/100% "Open Sans", font70108, Arial, Helvetica, sans-serif;
  color: #999999;
  text-transform: uppercase;
  background: transparent url("/temas/stricker/images/delete-icon.svg") no-repeat left center;
  background-size: 11px 13px;
  padding: 2px 0 2px 20px;
  display: inline-block;
}

/* line 5388, C:/Users/lrent/Desktop/new css/scss/style.scss */
#tab_carrinho .linha-produto-customisation .line {
  border-bottom: none !important;
  padding: 0px !important;
}

/* line 5393, C:/Users/lrent/Desktop/new css/scss/style.scss */
#tab_carrinho .linha-produto-customisation .line.line-n {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  padding: 0px 23.5% 0px 0 !important;
  width: 100%;
}

/* line 5400, C:/Users/lrent/Desktop/new css/scss/style.scss */
#tab_carrinho .linha-produto-customisation .line.line-n ul li {
  text-align: end;
  font: 400 10px/120% "Open Sans", font70108, Arial, Helvetica, sans-serif;
  color: #666666;
  text-transform: uppercase;
}

/* line 5406, C:/Users/lrent/Desktop/new css/scss/style.scss */
#tab_carrinho .linha-produto-customisation .line.line-n ul li span {
  margin-left: 10px;
}

/* line 5414, C:/Users/lrent/Desktop/new css/scss/style.scss */
#tab_carrinho .linha-produto.custom {
  background: #fefaf0;
  border-bottom: none;
}

/* line 5418, C:/Users/lrent/Desktop/new css/scss/style.scss */
#tab_carrinho .linha-produto.custom .customise .customise-b {
  display: none;
}

/* line 5423, C:/Users/lrent/Desktop/new css/scss/style.scss */
#tab_carrinho .customisation-wrapper {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: stretch;
  align-items: stretch;
  background: #fdf5de;
  padding: 15px 0;
  position: relative;
}

/* line 5430, C:/Users/lrent/Desktop/new css/scss/style.scss */
#tab_carrinho .customisation-wrapper .linhas-wrapper {
  width: 100%;
}

/* line 5434, C:/Users/lrent/Desktop/new css/scss/style.scss */
#tab_carrinho .customisation-wrapper .view-edit {
  width: 16%;
  width: calc(18% - 20px);
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
}

/* line 5442, C:/Users/lrent/Desktop/new css/scss/style.scss */
#tab_carrinho .customisation-wrapper .view-edit .customise {
  width: 100%;
  height: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}

/* line 5449, C:/Users/lrent/Desktop/new css/scss/style.scss */
#tab_carrinho .customisation-wrapper .view-edit .customise .see-change {
  display: inline-block;
  color: #e4ab00;
  text-decoration: underline;
  text-transform: uppercase;
  margin-right: 20px;
  font: 400 10px/100% "Open Sans", font70108, Arial, Helvetica, sans-serif;
}

/* line 5458, C:/Users/lrent/Desktop/new css/scss/style.scss */
#tab_carrinho .customisation-wrapper .view-edit .customise .remove {
  content: " ";
  text-transform: uppercase;
  background: transparent url("/temas/stricker/images/delete-icon.svg") no-repeat left center;
  background-size: 11px 13px;
  padding: 2px 0 2px 20px;
  display: inline-block;
}

/* line 5470, C:/Users/lrent/Desktop/new css/scss/style.scss */
#tab_carrinho .linha-produto-customisation {
  background: #fdf5de;
  border: none;
  padding-top: 3px;
  padding-bottom: 3px;
}

/* line 5477, C:/Users/lrent/Desktop/new css/scss/style.scss */
#tab_carrinho .linha-produto-customisation.not-first .customise,
#tab_carrinho .linha-produto-customisation.not-first .product .titulo {
  visibility: hidden;
}

/* line 5485, C:/Users/lrent/Desktop/new css/scss/style.scss */
#tab_carrinho .linha-produto-customisation .product .titulo {
  width: 170px;
  padding-right: 20px;
  text-align: center;
  font: 700 11px/100% "Open Sans", font70108, Arial, Helvetica, sans-serif;
  color: #444444;
  text-transform: uppercase;
}

/* line 5495, C:/Users/lrent/Desktop/new css/scss/style.scss */
#tab_carrinho .linha-produto-customisation .product .info > div {
  display: inline-block;
  font: 400 11px/100% "Open Sans", font70108, Arial, Helvetica, sans-serif;
  color: #666666;
}

/* line 5501, C:/Users/lrent/Desktop/new css/scss/style.scss */
#tab_carrinho .linha-produto-customisation .product .info > div:not(:last-child) {
  margin-right: 5px;
  border-right: 1px solid #918A77;
  padding-right: 5px;
  text-transform: uppercase;
}

/* line 5511, C:/Users/lrent/Desktop/new css/scss/style.scss */
#tab_carrinho .linha-produto-customisation .customise .see-change {
  display: inline-block;
  margin-bottom: 15px;
  color: #e4ab00;
  text-decoration: underline;
  text-transform: uppercase;
  margin-right: 20px;
  font: 400 10px/100% "Open Sans", font70108, Arial, Helvetica, sans-serif;
}

/* line 5521, C:/Users/lrent/Desktop/new css/scss/style.scss */
#tab_carrinho .linha-produto-customisation .customise .remove {
  width: 11px;
  height: 13px;
  content: " ";
}

/* line 5529, C:/Users/lrent/Desktop/new css/scss/style.scss */
#tab_carrinho .product {
  width: 55%;
}

/* line 5533, C:/Users/lrent/Desktop/new css/scss/style.scss */
#tab_carrinho .cost-un {
  width: 10%;
}

/* line 5537, C:/Users/lrent/Desktop/new css/scss/style.scss */
#tab_carrinho .qty {
  width: 15%;
  text-align: center;
}

/* line 5542, C:/Users/lrent/Desktop/new css/scss/style.scss */
#tab_carrinho .total {
  width: 12%;
}

/* line 5546, C:/Users/lrent/Desktop/new css/scss/style.scss */
#tab_carrinho .margem-custom,
#tab_carrinho .margem {
  width: 20%;
}

/* line 5551, C:/Users/lrent/Desktop/new css/scss/style.scss */
#tab_carrinho .customise {
  width: 18%;
  text-align: center;
}

/* line 5556, C:/Users/lrent/Desktop/new css/scss/style.scss */
#tab_carrinho .footer {
  width: 100%;
  overflow: hidden;
  padding: 25px 0 0;
}

/* line 5561, C:/Users/lrent/Desktop/new css/scss/style.scss */
#tab_carrinho .footer .sub-total {
  display: inline-block;
  vertical-align: top;
  float: right;
  width: 50%;
  text-align: right;
}

/* line 5568, C:/Users/lrent/Desktop/new css/scss/style.scss */
#tab_carrinho .footer .sub-total .titulo {
  color: #444444;
  font: 700 11px/100% "Open Sans", font70108, Arial, Helvetica, sans-serif;
  margin-bottom: 30px;
  text-transform: uppercase;
  display: inline-block;
}

/* line 5576, C:/Users/lrent/Desktop/new css/scss/style.scss */
#tab_carrinho .footer .sub-total .texto {
  color: #0082be;
  font: 700 20px/100% "Open Sans", font70108, Arial, Helvetica, sans-serif;
  letter-spacing: 1pt;
  margin-bottom: 30px;
  text-transform: uppercase;
  display: inline-block;
  margin-left: 30px;
}

/* line 5587, C:/Users/lrent/Desktop/new css/scss/style.scss */
#tab_carrinho .footer .legenda {
  display: inline-block;
  vertical-align: top;
  float: left;
  width: 50%;
  font: 400 12px/130% "Open Sans", font70108, Arial, Helvetica, sans-serif;
  color: #858585;
}

/* line 5601, C:/Users/lrent/Desktop/new css/scss/style.scss */
#carrinho.save-draft #tab_carrinho .linha-produto .product .img-wrap {
  width: 80px;
}

/* line 5608, C:/Users/lrent/Desktop/new css/scss/style.scss */
#carrinho.save-draft #tab_carrinho #tabs-cart .conteudo {
  padding-top: 0;
  padding-bottom: 0;
}

/* line 5615, C:/Users/lrent/Desktop/new css/scss/style.scss */
#servicos-wrap {
  overflow-x: hidden;
}

/* line 5619, C:/Users/lrent/Desktop/new css/scss/style.scss */
#servicos-wrap .full-page .banner {
  min-height: 150px;
  background: #f9f9f9;
  padding: 40px 40px;
  margin: 0 0 30px;
  position: relative;
  width: 100%;
  float: left;
}

/* line 5628, C:/Users/lrent/Desktop/new css/scss/style.scss */
#servicos-wrap .full-page .banner .img-wrap.logo {
  display: inline-block;
  vertical-align: top;
  width: 230px;
}

/* line 5634, C:/Users/lrent/Desktop/new css/scss/style.scss */
#servicos-wrap .full-page .banner .texto {
  display: inline-block;
  vertical-align: top;
  width: 37%;
  margin-left: 20px;
  font: 400 12px/130% "Open Sans", font70108, Arial, Helvetica, sans-serif;
  color: #777777;
  position: relative;
  z-index: 1;
}

/* line 5644, C:/Users/lrent/Desktop/new css/scss/style.scss */
#servicos-wrap .full-page .banner .texto b {
  font: 700 14px/120% "Open Sans", font70108, Arial, Helvetica, sans-serif;
  color: #444444;
}

/* line 5650, C:/Users/lrent/Desktop/new css/scss/style.scss */
#servicos-wrap .full-page .banner .img-wrap.full-img {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 0;
}

/* line 5658, C:/Users/lrent/Desktop/new css/scss/style.scss */
#servicos-wrap .full-page #servicos-listagem {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  width: calc(100% + 30px);
  margin: 0 -15px;
}

/* line 5667, C:/Users/lrent/Desktop/new css/scss/style.scss */
#servicos-wrap .full-page #servicos-listagem .servico {
  background: #f9f9f9 none repeat scroll 0 0;
  border: 1px solid #e8e8e8;
  display: block;
  margin: 0 15px 30px;
  position: relative;
  width: 22%;
  width: calc(25% - 30px);
}

/* line 5676, C:/Users/lrent/Desktop/new css/scss/style.scss */
#servicos-wrap .full-page #servicos-listagem .servico .img-wrap {
  background: #FFFFFF;
}

/* line 5680, C:/Users/lrent/Desktop/new css/scss/style.scss */
#servicos-wrap .full-page #servicos-listagem .servico .bottom {
  background: #f9f9f9 none repeat scroll 0 0;
  border-top: 1px solid #e8e8e8;
  padding: 25px 20px 20px;
}

/* line 5685, C:/Users/lrent/Desktop/new css/scss/style.scss */
#servicos-wrap .full-page #servicos-listagem .servico .bottom .ref {
  color: #0082be;
  display: inline-block;
  font: 400 17px/100% "Open Sans", font70108, Arial, Helvetica, sans-serif;
}

/* line 5691, C:/Users/lrent/Desktop/new css/scss/style.scss */
#servicos-wrap .full-page #servicos-listagem .servico .bottom .texto {
  color: #777777;
  font: 400 13px/120% "Open Sans", font70108, Arial, Helvetica, sans-serif;
  margin: 15px 0;
}

/* line 5704, C:/Users/lrent/Desktop/new css/scss/style.scss */
#servicos-detalhe .full-page > .left {
  display: inline-block;
  float: left;
  width: 48%;
  padding-right: 25px;
  font-size: 0;
}

/* line 5711, C:/Users/lrent/Desktop/new css/scss/style.scss */
#servicos-detalhe .full-page > .left .galery-mini {
  width: 100%;
  max-width: 100%;
  display: inline-block;
  padding: 0 30px;
  position: relative;
}

/* line 5718, C:/Users/lrent/Desktop/new css/scss/style.scss */
#servicos-detalhe .full-page > .left .galery-mini .owl-stage-outer {
  display: inline-block;
  width: 100%;
}

/* line 5722, C:/Users/lrent/Desktop/new css/scss/style.scss */
#servicos-detalhe .full-page > .left .galery-mini .owl-stage-outer .slide {
  box-shadow: inset 0 0 1px #ccc;
  padding: 1px;
  width: 58px;
  height: 58px;
  cursor: pointer;
  -webkit-transition: color 300ms ease-in-out, background 300ms ease-in-out, opacity 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

/* line 5731, C:/Users/lrent/Desktop/new css/scss/style.scss */
#servicos-detalhe .full-page > .left .galery-mini .owl-stage-outer .center .slide {
  box-shadow: inset 0 0 2px #0082be;
}

/* line 5738, C:/Users/lrent/Desktop/new css/scss/style.scss */
#servicos-detalhe .full-page > .left .galery-mini .owl-controls .owl-nav .owl-prev {
  position: absolute;
  left: 0;
  width: 100%;
  top: 20%;
  background: transparent url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIj8+Cjxzdmcgd2lkdGg9IjkiIGhlaWdodD0iMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6c3ZnPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CgogPGc+CiAgPHRpdGxlPkxheWVyIDE8L3RpdGxlPgogIDxnIGlkPSJMYXllciUyMDEiPgogICA8cGF0aCB0cmFuc2Zvcm09InJvdGF0ZSg5MCwgNC41MzYzOCwgOC4wNDc0MSkiIGZpbGw9IiNiYmJiYmIiIGQ9Im01LjgyNTY4NSwxMi4wOTI5MzRsNi4yNjM2MDIsLTYuMDc2MzAxYzAuNTk1NTk4LC0wLjYxMjYgMC41OTU1OTgsLTEuNjE0OSAwLC0yLjIyNjhsMC4wNjExOTksMC4yMTU0Yy0wLjU5NTIsLTAuNjExOSAtMS41NzExLC0wLjYxMTkgLTIuMTY3MiwwbC01LjM1OTAwMSw1LjMwODcwMWwtNS40ODE3LC01LjEyMDAwMWMtMC41OTU3LC0wLjYxMiAtMS41NzE5LC0wLjYxMiAtMi4xNjY4LDBsMC4wMDc1LC0wLjA5NDVjLTAuNTk2NCwwLjYxMTkgLTAuNTk2NCwxLjYxNDEgMCwyLjIyNjhsNi41MDQ1LDUuNzY2N2MwLjMxODgsMC4zMjkgMC43NDc0LDAuNDc0NzAxIDEuMTY4MywwLjQ1MDkwMWMwLjQyMDUsMC4wMjM4IDAuODQ5MiwtMC4xMjE5MDEgMS4xNjk2LC0wLjQ1MDkwMWwwLDB6IiBpZD0iMTQ2MDQ3Njc0Nl9hcnJvdy1sZWZ0LTAxIi8+CiAgPC9nPgogPC9nPgo8L3N2Zz4=) no-repeat scroll left center;
  background-size: 14px 24px;
  width: 14px;
  height: 24px;
}

/* line 5749, C:/Users/lrent/Desktop/new css/scss/style.scss */
#servicos-detalhe .full-page > .left .galery-mini .owl-controls .owl-nav .owl-next {
  position: absolute;
  right: 0;
  width: 100%;
  top: 20%;
  background: transparent url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIj8+Cjxzdmcgd2lkdGg9IjkiIGhlaWdodD0iMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6c3ZnPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CgogPGc+CiAgPHRpdGxlPkxheWVyIDE8L3RpdGxlPgogIDxnIGlkPSJMYXllciUyMDEiPgogICA8cGF0aCB0cmFuc2Zvcm09InJvdGF0ZSgtOTAsIDQuNTM1MTYsIDguMDQ2ODgpIiBmaWxsPSIjYmJiYmJiIiBkPSJtNS44MjU2ODUsMTIuMDkyOTM0bDYuMjYzNjAyLC02LjA3NjMwMWMwLjU5NTU5OCwtMC42MTI2IDAuNTk1NTk4LC0xLjYxNDkgMCwtMi4yMjY4bDAuMDYxMTk5LDAuMjE1NGMtMC41OTUyLC0wLjYxMTkgLTEuNTcxMSwtMC42MTE5IC0yLjE2NzIsMGwtNS4zNTkwMDEsNS4zMDg3MDFsLTUuNDgxNywtNS4xMjAwMDFjLTAuNTk1NywtMC42MTIgLTEuNTcxOSwtMC42MTIgLTIuMTY2OCwwbDAuMDA3NSwtMC4wOTQ1Yy0wLjU5NjQsMC42MTE5IC0wLjU5NjQsMS42MTQxIDAsMi4yMjY4bDYuNTA0NSw1Ljc2NjdjMC4zMTg4LDAuMzI5IDAuNzQ3NCwwLjQ3NDcwMSAxLjE2ODMsMC40NTA5MDFjMC40MjA1LDAuMDIzOCAwLjg0OTIsLTAuMTIxOTAxIDEuMTY5NiwtMC40NTA5MDFsMCwweiIgaWQ9IjE0NjA0NzY3NDZfYXJyb3ctbGVmdC0wMSIvPgogIDwvZz4KIDwvZz4KPC9zdmc+) no-repeat scroll right center;
  background-size: 14px 24px;
  width: 14px;
  height: 24px;
}

/* line 5763, C:/Users/lrent/Desktop/new css/scss/style.scss */
#servicos-detalhe .full-page > .left .galery {
  width: 100%;
}

/* line 5768, C:/Users/lrent/Desktop/new css/scss/style.scss */
#servicos-detalhe .full-page > .left .galery .owl-controls .owl-nav .owl-prev {
  position: absolute;
  left: 0;
  width: 100%;
  top: 45%;
  top: calc(50% - 17px);
  background: transparent url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIj8+Cjxzdmcgd2lkdGg9IjI1IiBoZWlnaHQ9IjM0IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnN2Zz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgoKIDxnPgogIDx0aXRsZT5MYXllciAxPC90aXRsZT4KICA8ZyBpZD0iTGF5ZXIlMjAxIj4KICAgPHBhdGggaWQ9InN2Z18xIiBmaWxsPSIjZGRkZGRkIiBkPSJtMCwwbDI1LDBsMCwzNGwtMjUsMGwwLC0zNHoiLz4KICAgPHBhdGggZmlsbD0iI2ZmZmZmZiIgZD0ibTcuNzMxNCwxNS43ODZsNS45ODE0LC02LjMzMzljMC42MDMxLC0wLjYwMjIgMS41ODk3LC0wLjYwMjIgMi4xOTIsMGwtMC4yMTIxLC0wLjA2MThjMC42MDI1LDAuNjAxOCAwLjYwMjUsMS41ODg3IDAsMi4xOTE1MDFsLTUuMjI1Nyw1LjQxOTFsNS4wNDAxLDUuNTQzMmMwLjYwMjQwMSwwLjYwMjQgMC42MDI0MDEsMS41ODk2IDAsMi4xOTExMDFsMC4wOTI5OTksLTAuMDA3NTAyYy0wLjYwMjQsMC42MDMwMDEgLTEuNTg4OSwwLjYwMzAwMSAtMi4xOTE5OTksMGwtNS42NzY3LC02LjU3NzU5OWMtMC4zMjM4LC0wLjMyMjMgLTAuNDY3MiwtMC43NTU3MDEgLTAuNDQzOCwtMS4xODEzMDFjLTAuMDIzNCwtMC40MjUyOTkgMC4xMiwtMC44NTg3OTkgMC40NDM4LC0xLjE4Mjc5OWwwLDB6IiBpZD0iMTQ2MDQ3Njc0Nl9hcnJvdy1sZWZ0LTAxIi8+CiAgPC9nPgogPC9nPgo8L3N2Zz4=) no-repeat scroll left center;
  background-size: 25px 34px;
  width: 25px;
  height: 34px;
}

/* line 5780, C:/Users/lrent/Desktop/new css/scss/style.scss */
#servicos-detalhe .full-page > .left .galery .owl-controls .owl-nav .owl-next {
  position: absolute;
  right: 0;
  width: 100%;
  top: 45%;
  top: calc(50% - 17px);
  background: transparent url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIj8+Cjxzdmcgd2lkdGg9IjI1IiBoZWlnaHQ9IjM0IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnN2Zz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgoKIDxnPgogIDx0aXRsZT5MYXllciAxPC90aXRsZT4KICA8ZyB0cmFuc2Zvcm09InJvdGF0ZSgxODAsIDEyLjUsIDE3KSIgaWQ9IkxheWVyJTIwMSI+CiAgIDxwYXRoIGlkPSJzdmdfMSIgZmlsbD0iI2RkZGRkZCIgZD0ibTAsMGwyNSwwbDAsMzRsLTI1LDBsMCwtMzR6Ii8+CiAgIDxwYXRoIGZpbGw9IiNmZmZmZmYiIGQ9Im03LjczMTQsMTUuNzg2bDUuOTgxNCwtNi4zMzM5YzAuNjAzMSwtMC42MDIyIDEuNTg5NywtMC42MDIyIDIuMTkyLDBsLTAuMjEyMSwtMC4wNjE4YzAuNjAyNSwwLjYwMTggMC42MDI1LDEuNTg4NyAwLDIuMTkxNTAxbC01LjIyNTcsNS40MTkxbDUuMDQwMSw1LjU0MzJjMC42MDI0MDEsMC42MDI0IDAuNjAyNDAxLDEuNTg5NiAwLDIuMTkxMTAxbDAuMDkyOTk5LC0wLjAwNzUwMmMtMC42MDI0LDAuNjAzMDAxIC0xLjU4ODksMC42MDMwMDEgLTIuMTkxOTk5LDBsLTUuNjc2NywtNi41Nzc1OTljLTAuMzIzOCwtMC4zMjIzIC0wLjQ2NzIsLTAuNzU1NzAxIC0wLjQ0MzgsLTEuMTgxMzAxYy0wLjAyMzQsLTAuNDI1Mjk5IDAuMTIsLTAuODU4Nzk5IDAuNDQzOCwtMS4xODI3OTlsMCwweiIgaWQ9IjE0NjA0NzY3NDZfYXJyb3ctbGVmdC0wMSIvPgogIDwvZz4KIDwvZz4KPC9zdmc+) no-repeat scroll left center;
  background-size: 25px 34px;
  width: 25px;
  height: 34px;
}

/* line 5792, C:/Users/lrent/Desktop/new css/scss/style.scss */
#servicos-detalhe .full-page > .left .galery .owl-controls .owl-nav .owl-next:hover,
#servicos-detalhe .full-page > .left .galery .owl-controls .owl-nav .owl-prev:hover {
  opacity: 0.8;
}

/* line 5800, C:/Users/lrent/Desktop/new css/scss/style.scss */
#servicos-detalhe .full-page > .left .extra {
  margin: 0 0 30px 0;
}

/* line 5802, C:/Users/lrent/Desktop/new css/scss/style.scss */
#servicos-detalhe .full-page > .left .extra .info {
  display: inline-block;
  width: 45%;
}

/* line 5806, C:/Users/lrent/Desktop/new css/scss/style.scss */
#servicos-detalhe .full-page > .left .extra .info a {
  display: block;
  font: 400 11px/100% "Open Sans", font70108, Arial, Helvetica, sans-serif;
  color: #0082be;
  margin-bottom: 8px;
  text-transform: uppercase;
  padding-left: 25px;
  background: transparent url("/temas/stricker/images/donwload-icon.svg") no-repeat scroll left center;
  background-size: 11px 13px;
}

/* line 5816, C:/Users/lrent/Desktop/new css/scss/style.scss */
#servicos-detalhe .full-page > .left .extra .info a.orca {
  background: transparent url("/temas/stricker/images/criarOrcamento-icon.svg") no-repeat scroll left center;
}

/* line 5822, C:/Users/lrent/Desktop/new css/scss/style.scss */
#servicos-detalhe .full-page > .left .extra a.customise {
  width: 50%;
  float: right;
  display: inline-block;
  vertical-align: top;
  font: 700 15px/120% "Open Sans", font70108, Arial, Helvetica, sans-serif;
  color: #FFFFFF;
  background: #e4ab00;
  border-radius: 5px;
  text-transform: uppercase;
  padding: 15px 30px;
}

/* line 5837, C:/Users/lrent/Desktop/new css/scss/style.scss */
#servicos-detalhe .full-page > .right {
  display: inline-block;
  width: 52%;
}

/* line 5841, C:/Users/lrent/Desktop/new css/scss/style.scss */
#servicos-detalhe .full-page > .right .main {
  background: #f9f9f9;
  padding: 45px 30px;
  margin-bottom: 15px;
}

/* line 5846, C:/Users/lrent/Desktop/new css/scss/style.scss */
#servicos-detalhe .full-page > .right .main .ref {
  font: 400 27px/100% "Open Sans", font70108, Arial, Helvetica, sans-serif;
  color: #222222;
  margin-bottom: 5px;
}

/* line 5852, C:/Users/lrent/Desktop/new css/scss/style.scss */
#servicos-detalhe .full-page > .right .main .titulo {
  font: 400 15px/100% "Open Sans", font70108, Arial, Helvetica, sans-serif;
  color: #999999;
  margin-bottom: 20px;
}

/* line 5858, C:/Users/lrent/Desktop/new css/scss/style.scss */
#servicos-detalhe .full-page > .right .main .texto {
  font: 400 13px/160% "Open Sans", font70108, Arial, Helvetica, sans-serif;
  color: #888888;
  margin-bottom: 30px;
}

/* line 5867, C:/Users/lrent/Desktop/new css/scss/style.scss */
#servicos-detalhe .full-page > .right .filtro-drop .titulo {
  background-color: #F9F9F9;
}

/* line 5871, C:/Users/lrent/Desktop/new css/scss/style.scss */
#servicos-detalhe .full-page > .right .filtro-drop .conteudo {
  background-color: #F9F9F9;
  font: 400 13px/160% "Open Sans", font70108, Arial, Helvetica, sans-serif;
  color: #888888;
}

/* line 5879, C:/Users/lrent/Desktop/new css/scss/style.scss */
#servicos-detalhe .full-page #personalize-it {
  width: 100%;
  float: left;
  padding: 0 0 60px;
}

/* line 5884, C:/Users/lrent/Desktop/new css/scss/style.scss */
#servicos-detalhe .full-page #personalize-it > .titulo {
  font: 700 25px/100% "Open Sans", font70108, Arial, Helvetica, sans-serif;
  color: #1f1f1f;
  letter-spacing: 1pt;
  text-transform: uppercase;
  margin-bottom: 30px;
}

/* line 5892, C:/Users/lrent/Desktop/new css/scss/style.scss */
#servicos-detalhe .full-page #personalize-it > .wrapper {
  display: -webkit-flex;
  display: flex;
}

/* line 5895, C:/Users/lrent/Desktop/new css/scss/style.scss */
#servicos-detalhe .full-page #personalize-it > .wrapper > .left {
  width: 85%;
  width: calc(100% - 270px);
  display: inline-block;
  vertical-align: top;
}

/* line 5901, C:/Users/lrent/Desktop/new css/scss/style.scss */
#servicos-detalhe .full-page #personalize-it > .wrapper > .left > .newbtnsubmit {
  float: right;
  padding: 15px 25px;
}

/* line 5905, C:/Users/lrent/Desktop/new css/scss/style.scss */
#servicos-detalhe .full-page #personalize-it > .wrapper > .left > .newbtnsubmit:disabled {
  background-color: #bbb;
  cursor: initial;
}

/* line 5911, C:/Users/lrent/Desktop/new css/scss/style.scss */
#servicos-detalhe .full-page #personalize-it > .wrapper > .left .box {
  background: #F5F5F5;
  margin-bottom: 15px;
  padding: 35px 25px;
}

/* line 5917, C:/Users/lrent/Desktop/new css/scss/style.scss */
#servicos-detalhe .full-page #personalize-it > .wrapper > .left .box.closed > .titulo {
  color: #868686;
  margin-bottom: 0px;
}

/* line 5922, C:/Users/lrent/Desktop/new css/scss/style.scss */
#servicos-detalhe .full-page #personalize-it > .wrapper > .left .box.closed > .legenda {
  display: none;
}

/* line 5927, C:/Users/lrent/Desktop/new css/scss/style.scss */
#servicos-detalhe .full-page #personalize-it > .wrapper > .left .box > .titulo {
  font: 700 16px/100% "Open Sans", font70108, Arial, Helvetica, sans-serif;
  color: #0082be;
  margin-bottom: 10px;
}

/* line 5933, C:/Users/lrent/Desktop/new css/scss/style.scss */
#servicos-detalhe .full-page #personalize-it > .wrapper > .left .box > .legenda {
  font: 400 12px/100% "Open Sans", font70108, Arial, Helvetica, sans-serif;
  color: #868686;
  margin-bottom: 10px;
}

/* line 5939, C:/Users/lrent/Desktop/new css/scss/style.scss */
#servicos-detalhe .full-page #personalize-it > .wrapper > .left .box.quantidade-tamanhos .sel-quantidade {
  font: 700 16px/100% "Open Sans", font70108, Arial, Helvetica, sans-serif !important;
  color: #0082be !important;
  margin-bottom: 10px;
  text-transform: none !important;
  width: 100%;
}

/* line 5948, C:/Users/lrent/Desktop/new css/scss/style.scss */
#servicos-detalhe .full-page #personalize-it > .wrapper > .left .box > .conteudo .extra {
  padding: 20px 0;
}

/* line 5950, C:/Users/lrent/Desktop/new css/scss/style.scss */
#servicos-detalhe .full-page #personalize-it > .wrapper > .left .box > .conteudo .extra > .titulo {
  font: 700 16px/100% "Open Sans", font70108, Arial, Helvetica, sans-serif;
  color: #444444;
  display: inline-block;
  text-transform: uppercase;
  margin-bottom: 20px;
}

/* line 5961, C:/Users/lrent/Desktop/new css/scss/style.scss */
#servicos-detalhe .full-page #personalize-it > .wrapper > .left .box > .conteudo .inputs-wrapers {
  background: #FFFFFF;
  padding: 5px 20px;
  margin: 0 0 10px;
}

/* line 5966, C:/Users/lrent/Desktop/new css/scss/style.scss */
#servicos-detalhe .full-page #personalize-it > .wrapper > .left .box > .conteudo .inputs-wrapers.n-cores {
  padding-top: 0;
  padding-bottom: 0;
}

/* line 5970, C:/Users/lrent/Desktop/new css/scss/style.scss */
#servicos-detalhe .full-page #personalize-it > .wrapper > .left .box > .conteudo .inputs-wrapers.n-cores .inner-wrapper.text {
  margin-top: 15px;
  margin-bottom: 15px;
}

/* line 5976, C:/Users/lrent/Desktop/new css/scss/style.scss */
#servicos-detalhe .full-page #personalize-it > .wrapper > .left .box > .conteudo .inputs-wrapers.hide {
  display: none !important;
  height: 0 !important;
  padding: 0;
  margin: 0;
}

/* line 5983, C:/Users/lrent/Desktop/new css/scss/style.scss */
#servicos-detalhe .full-page #personalize-it > .wrapper > .left .box > .conteudo .inputs-wrapers.no-bg {
  background: transparent;
  padding: 0;
  margin: 0;
}

/* line 5989, C:/Users/lrent/Desktop/new css/scss/style.scss */
#servicos-detalhe .full-page #personalize-it > .wrapper > .left .box > .conteudo .inputs-wrapers .inner-wrapper {
  display: inline-block;
  vertical-align: top;
  font-size: 24px;
}

/* line 5994, C:/Users/lrent/Desktop/new css/scss/style.scss */
#servicos-detalhe .full-page #personalize-it > .wrapper > .left .box > .conteudo .inputs-wrapers .inner-wrapper > .titulo {
  font: 700 12px/100% "Open Sans", font70108, Arial, Helvetica, sans-serif;
  color: #666666;
  display: inline-block;
  text-transform: uppercase;
  margin-right: 10px;
  padding-top: 16px;
}

/* line 6003, C:/Users/lrent/Desktop/new css/scss/style.scss */
#servicos-detalhe .full-page #personalize-it > .wrapper > .left .box > .conteudo .inputs-wrapers .inner-wrapper > .legenda + .titulo {
  color: red;
}

/* line 6007, C:/Users/lrent/Desktop/new css/scss/style.scss */
#servicos-detalhe .full-page #personalize-it > .wrapper > .left .box > .conteudo .inputs-wrapers .inner-wrapper .right {
  display: inline-block;
  vertical-align: inherit;
}

/* line 6012, C:/Users/lrent/Desktop/new css/scss/style.scss */
#servicos-detalhe .full-page #personalize-it > .wrapper > .left .box > .conteudo .inputs-wrapers .inner-wrapper .legenda {
  font: 400 10px/100% "Open Sans", font70108, Arial, Helvetica, sans-serif;
  color: #999999;
  display: block;
  text-transform: uppercase;
  padding: 9px 0;
}

/* line 6023, C:/Users/lrent/Desktop/new css/scss/style.scss */
#servicos-detalhe .full-page #personalize-it > .wrapper > .left .box > .conteudo .inputs-wrapers .inner-wrapper.radio.cores span {
  font: 400 0px/100% "Open Sans", font70108, Arial, Helvetica, sans-serif;
  padding: 0;
  width: 27px;
  height: 27px;
  border-radius: 50%;
  box-shadow: none;
  border: 2px solid #e5e5e5;
}

/* line 6033, C:/Users/lrent/Desktop/new css/scss/style.scss */
#servicos-detalhe .full-page #personalize-it > .wrapper > .left .box > .conteudo .inputs-wrapers .inner-wrapper.radio.cores span:hover,
#servicos-detalhe .full-page #personalize-it > .wrapper > .left .box > .conteudo .inputs-wrapers .inner-wrapper.radio.cores input:checked + span {
  box-shadow: none;
  color: none;
  border: 2px solid #0082be;
}

/* line 6041, C:/Users/lrent/Desktop/new css/scss/style.scss */
#servicos-detalhe .full-page #personalize-it > .wrapper > .left .box > .conteudo .inputs-wrapers .inner-wrapper.radio label {
  display: inline-block;
  cursor: pointer;
  user-select: none;
  -webkit-user-select: none;
  -webkit-touch-callout: none;
}

/* line 6048, C:/Users/lrent/Desktop/new css/scss/style.scss */
#servicos-detalhe .full-page #personalize-it > .wrapper > .left .box > .conteudo .inputs-wrapers .inner-wrapper.radio label input {
  visibility: hidden;
  position: absolute;
}

/* line 6053, C:/Users/lrent/Desktop/new css/scss/style.scss */
#servicos-detalhe .full-page #personalize-it > .wrapper > .left .box > .conteudo .inputs-wrapers .inner-wrapper.radio label span {
  display: inline-block;
  vertical-align: middle;
  font: 400 14px/100% "Open Sans", font70108, Arial, Helvetica, sans-serif;
  color: #999999;
  background: #FFFFFF;
  padding: 10px 15px;
  margin: 5px 0;
  box-shadow: inset 0px 0px 0px 1px #dddddd;
  -webkit-transition: color 125ms ease-in-out, background 125ms ease-in-out, opacity 125ms ease-in-out;
  -moz-transition: all 125ms ease-in-out;
  -ms-transition: all 125ms ease-in-out;
  -o-transition: all 125ms ease-in-out;
  transition: all 125ms ease-in-out;
}

/* line 6066, C:/Users/lrent/Desktop/new css/scss/style.scss */
#servicos-detalhe .full-page #personalize-it > .wrapper > .left .box > .conteudo .inputs-wrapers .inner-wrapper.radio label span:hover,
#servicos-detalhe .full-page #personalize-it > .wrapper > .left .box > .conteudo .inputs-wrapers .inner-wrapper.radio label input:checked + span {
  box-shadow: inset 0px 0px 0px 2px #0082be;
  color: #444444;
}

/* line 6073, C:/Users/lrent/Desktop/new css/scss/style.scss */
#servicos-detalhe .full-page #personalize-it > .wrapper > .left .box > .conteudo .inputs-wrapers .inner-wrapper.radio.big label span {
  padding: 15px 20px;
}

/* line 6078, C:/Users/lrent/Desktop/new css/scss/style.scss */
#servicos-detalhe .full-page #personalize-it > .wrapper > .left .box > .conteudo .inputs-wrapers .inner-wrapper.text {
  margin: 10px 0;
}

/* line 6080, C:/Users/lrent/Desktop/new css/scss/style.scss */
#servicos-detalhe .full-page #personalize-it > .wrapper > .left .box > .conteudo .inputs-wrapers .inner-wrapper.text input {
  display: inline-block;
  width: auto;
  font: 700 13px/100% "Open Sans", font70108, Arial, Helvetica, sans-serif;
  color: #aaaaaa;
  vertical-align: middle;
  margin: 0;
  border: none;
  box-shadow: inset 0px 0px 0px 1px #dddddd;
  -webkit-transition: color 125ms ease-in-out, background 125ms ease-in-out, opacity 125ms ease-in-out;
  -moz-transition: all 125ms ease-in-out;
  -ms-transition: all 125ms ease-in-out;
  -o-transition: all 125ms ease-in-out;
  transition: all 125ms ease-in-out;
}

/* line 89, C:/Users/lrent/Desktop/new css/scss/_master.scss */
#servicos-detalhe .full-page #personalize-it > .wrapper > .left .box > .conteudo .inputs-wrapers .inner-wrapper.text input::-webkit-input-placeholder {
  opacity: 0.9 !important;
  color: #aaaaaa;
}

/* line 93, C:/Users/lrent/Desktop/new css/scss/_master.scss */
#servicos-detalhe .full-page #personalize-it > .wrapper > .left .box > .conteudo .inputs-wrapers .inner-wrapper.text input:-moz-placeholder {
  opacity: 0.9 !important;
  color: #aaaaaa;
}

/* line 97, C:/Users/lrent/Desktop/new css/scss/_master.scss */
#servicos-detalhe .full-page #personalize-it > .wrapper > .left .box > .conteudo .inputs-wrapers .inner-wrapper.text input::-moz-placeholder {
  opacity: 0.9 !important;
  color: #aaaaaa;
}

/* line 101, C:/Users/lrent/Desktop/new css/scss/_master.scss */
#servicos-detalhe .full-page #personalize-it > .wrapper > .left .box > .conteudo .inputs-wrapers .inner-wrapper.text input:-ms-input-placeholder {
  opacity: 0.9 !important;
  color: #aaaaaa;
}

/* line 6094, C:/Users/lrent/Desktop/new css/scss/style.scss */
#servicos-detalhe .full-page #personalize-it > .wrapper > .left .box > .conteudo .inputs-wrapers .inner-wrapper.text input:hover, #servicos-detalhe .full-page #personalize-it > .wrapper > .left .box > .conteudo .inputs-wrapers .inner-wrapper.text input:focus {
  box-shadow: inset 0px 0px 0px 2px #0082be;
}

/* line 6099, C:/Users/lrent/Desktop/new css/scss/style.scss */
#servicos-detalhe .full-page #personalize-it > .wrapper > .left .box > .conteudo .inputs-wrapers .inner-wrapper.range {
  margin: 10px 0;
}

/* line 6102, C:/Users/lrent/Desktop/new css/scss/style.scss */
#servicos-detalhe .full-page #personalize-it > .wrapper > .left .box > .conteudo .inputs-wrapers .inner-wrapper.range input {
  display: inline-block;
  width: auto;
  font: 700 13px/100% "Open Sans", font70108, Arial, Helvetica, sans-serif;
  color: #aaaaaa;
  vertical-align: middle;
  margin: 0;
  border: none;
  box-shadow: none;
  -webkit-transition: color 125ms ease-in-out, background 125ms ease-in-out, opacity 125ms ease-in-out;
  -moz-transition: all 125ms ease-in-out;
  -ms-transition: all 125ms ease-in-out;
  -o-transition: all 125ms ease-in-out;
  transition: all 125ms ease-in-out;
}

/* line 6115, C:/Users/lrent/Desktop/new css/scss/style.scss */
#servicos-detalhe .full-page #personalize-it > .wrapper > .left .box > .conteudo .inputs-wrapers .inner-wrapper.range div.range {
  display: inline-block;
  font: 400 11px/100% "Open Sans", font70108, Arial, Helvetica, sans-serif;
  color: #999;
  box-shadow: inset 0px 0px 0px 1px #dddddd;
  padding: 10px 15px;
  margin-left: 5px;
  vertical-align: middle;
}

/* line 6125, C:/Users/lrent/Desktop/new css/scss/style.scss */
#servicos-detalhe .full-page #personalize-it > .wrapper > .left .box > .conteudo .inputs-wrapers .inner-wrapper.range input:focus {
  box-shadow: inset 0px 0px 0px 1px #0082be;
}

/* line 6130, C:/Users/lrent/Desktop/new css/scss/style.scss */
#servicos-detalhe .full-page #personalize-it > .wrapper > .left .box > .conteudo .inputs-wrapers .inner-wrapper.img {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  padding: 30px 0 10px;
}

/* line 6138, C:/Users/lrent/Desktop/new css/scss/style.scss */
#servicos-detalhe .full-page #personalize-it > .wrapper > .left .box > .conteudo .inputs-wrapers .inner-wrapper.img label {
  display: inline-block;
  cursor: pointer;
  user-select: none;
  -webkit-user-select: none;
  -webkit-touch-callout: none;
}

/* line 6145, C:/Users/lrent/Desktop/new css/scss/style.scss */
#servicos-detalhe .full-page #personalize-it > .wrapper > .left .box > .conteudo .inputs-wrapers .inner-wrapper.img label input {
  visibility: hidden;
  position: absolute;
}

/* line 6150, C:/Users/lrent/Desktop/new css/scss/style.scss */
#servicos-detalhe .full-page #personalize-it > .wrapper > .left .box > .conteudo .inputs-wrapers .inner-wrapper.img label .border {
  width: 210px;
  box-shadow: none;
  padding: 20px 0px;
  margin-bottom: 20px;
  -webkit-transition: color 125ms ease-in-out, background 125ms ease-in-out, opacity 125ms ease-in-out;
  -moz-transition: all 125ms ease-in-out;
  -ms-transition: all 125ms ease-in-out;
  -o-transition: all 125ms ease-in-out;
  transition: all 125ms ease-in-out;
  position: relative;
}

/* line 6158, C:/Users/lrent/Desktop/new css/scss/style.scss */
#servicos-detalhe .full-page #personalize-it > .wrapper > .left .box > .conteudo .inputs-wrapers .inner-wrapper.img label .border span {
  font: 400 14px/100% "Open Sans", font70108, Arial, Helvetica, sans-serif;
  color: #444444;
  text-align: center;
  display: block;
}

/* line 6166, C:/Users/lrent/Desktop/new css/scss/style.scss */
#servicos-detalhe .full-page #personalize-it > .wrapper > .left .box > .conteudo .inputs-wrapers .inner-wrapper.img label .border:hover,
#servicos-detalhe .full-page #personalize-it > .wrapper > .left .box > .conteudo .inputs-wrapers .inner-wrapper.img label input:checked + .border {
  box-shadow: inset 0px 0px 0px 4px #FFFFFF;
}

/* line 6170, C:/Users/lrent/Desktop/new css/scss/style.scss */
#servicos-detalhe .full-page #personalize-it > .wrapper > .left .box > .conteudo .inputs-wrapers .inner-wrapper.img label input:checked + .border:after {
  position: absolute;
  top: 15px;
  left: 15px;
  content: " ";
  background: transparent url("/temas/stricker/images/servicos/ok-selected.svg") no-repeat scroll center center;
  background-size: 22px 18px;
  width: 22px;
  height: 18px;
}

/* line 6184, C:/Users/lrent/Desktop/new css/scss/style.scss */
#servicos-detalhe .full-page #personalize-it > .wrapper > .left .box > .conteudo .inputs-wrapers .inner-wrapper:not(:last-child) {
  margin-right: 20px;
}

/* line 6191, C:/Users/lrent/Desktop/new css/scss/style.scss */
#servicos-detalhe .full-page #personalize-it > .wrapper > .right {
  display: inline-block;
  width: 25%;
  width: calc(270px);
  vertical-align: top;
  padding-left: 20px;
  padding-bottom: 15px;
  position: relative;
}

/* line 6200, C:/Users/lrent/Desktop/new css/scss/style.scss */
#servicos-detalhe .full-page #personalize-it > .wrapper > .right #servicos-summary {
  font-size: 16px;
  width: 100%;
  border: 1px solid #CCCCCC;
  padding: 35px 20px 30px;
}

/* line 6206, C:/Users/lrent/Desktop/new css/scss/style.scss */
#servicos-detalhe .full-page #personalize-it > .wrapper > .right #servicos-summary > .titulo {
  color: #1f1f1f;
  font: 700 20px/100% "Open Sans", font70108, Arial, Helvetica, sans-serif;
  letter-spacing: 1pt;
  margin-bottom: 30px;
  text-transform: uppercase;
}

/* line 6214, C:/Users/lrent/Desktop/new css/scss/style.scss */
#servicos-detalhe .full-page #personalize-it > .wrapper > .right #servicos-summary .box {
  display: block;
  clear: right;
}

/* line 6218, C:/Users/lrent/Desktop/new css/scss/style.scss */
#servicos-detalhe .full-page #personalize-it > .wrapper > .right #servicos-summary .box .titulo {
  font: 400 11px/100% "Open Sans", font70108, Arial, Helvetica, sans-serif;
  color: #666666;
  text-transform: uppercase;
  margin-bottom: 15px;
  display: inline-block;
}

/* line 6225, C:/Users/lrent/Desktop/new css/scss/style.scss */
#servicos-detalhe .full-page #personalize-it > .wrapper > .right #servicos-summary .box .valor {
  font: 400 15px/100% "Open Sans", font70108, Arial, Helvetica, sans-serif;
  color: #212121;
  text-transform: uppercase;
  margin-bottom: 15px;
  display: inline-block;
  text-align: right;
  float: right;
}

/* line 6237, C:/Users/lrent/Desktop/new css/scss/style.scss */
#servicos-detalhe .full-page #personalize-it > .wrapper > .right #servicos-summary .box.total .titulo {
  font: 700 11px/100% "Open Sans", font70108, Arial, Helvetica, sans-serif;
  color: #444444;
  margin-bottom: 30px;
}

/* line 6242, C:/Users/lrent/Desktop/new css/scss/style.scss */
#servicos-detalhe .full-page #personalize-it > .wrapper > .right #servicos-summary .box.total .valor {
  font: 700 20px/100% "Open Sans", font70108, Arial, Helvetica, sans-serif;
  color: #0082be;
  letter-spacing: 1pt;
  margin-bottom: 30px;
}

/* line 6251, C:/Users/lrent/Desktop/new css/scss/style.scss */
#servicos-detalhe .full-page #personalize-it > .wrapper > .right #servicos-summary #clear {
  display: block;
  width: 100%;
  padding: 10px 20px;
  text-align: center;
  font: 700 11px/100% "Open Sans", font70108, Arial, Helvetica, sans-serif;
  color: #FFFFFF;
  background: #BBBBBB;
  margin: 0 0 10px 0;
  border-radius: 3px;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-transition: color 125ms ease-in-out, background 125ms ease-in-out, opacity 125ms ease-in-out;
  -moz-transition: all 125ms ease-in-out;
  -ms-transition: all 125ms ease-in-out;
  -o-transition: all 125ms ease-in-out;
  transition: all 125ms ease-in-out;
}

/* line 6266, C:/Users/lrent/Desktop/new css/scss/style.scss */
#servicos-detalhe .full-page #personalize-it > .wrapper > .right #servicos-summary #clear:hover, #servicos-detalhe .full-page #personalize-it > .wrapper > .right #servicos-summary #clear:focus {
  color: #FFFFFF;
  background: #0082be;
}

/* line 6272, C:/Users/lrent/Desktop/new css/scss/style.scss */
#servicos-detalhe .full-page #personalize-it > .wrapper > .right #servicos-summary .texto {
  font: 400 12px/120% "Open Sans", font70108, Arial, Helvetica, sans-serif;
  color: #666666;
}

/* line 6283, C:/Users/lrent/Desktop/new css/scss/style.scss */
#fast-add-product {
  position: relative;
  background: #F5F5F5;
  margin: 1px 0 0 0;
  padding: 0;
}

/* line 6289, C:/Users/lrent/Desktop/new css/scss/style.scss */
#fast-add-product .dataTables_wrapper .dataTable thead tr {
  background: #F5F5F5;
}

/* line 6293, C:/Users/lrent/Desktop/new css/scss/style.scss */
#fast-add-product > .content {
  padding: 65px 25px;
  font-size: 0px;
}

/* line 6297, C:/Users/lrent/Desktop/new css/scss/style.scss */
#fast-add-product > .content .tabela-precos {
  margin-top: 15px;
}

/* line 6301, C:/Users/lrent/Desktop/new css/scss/style.scss */
#fast-add-product > .content:empty {
  padding: 0;
}

/* line 6305, C:/Users/lrent/Desktop/new css/scss/style.scss */
#fast-add-product > .content .left {
  display: inline-block;
  width: 30%;
}

/* line 6310, C:/Users/lrent/Desktop/new css/scss/style.scss */
#fast-add-product > .content .left .info .ref {
  font: 700 18px/120% "Open Sans", font70108, Arial, Helvetica, sans-serif;
  color: #444444;
  margin-bottom: 10px;
}

/* line 6315, C:/Users/lrent/Desktop/new css/scss/style.scss */
#fast-add-product > .content .left .info .texto {
  font: 400 13px/120% "Open Sans", font70108, Arial, Helvetica, sans-serif;
  color: #777777;
  margin-bottom: 20px;
}

/* line 6323, C:/Users/lrent/Desktop/new css/scss/style.scss */
#fast-add-product > .content .right {
  display: inline-block;
  width: 70%;
  padding-left: 50px;
  font: 700 13px/120% "Open Sans", font70108, Arial, Helvetica, sans-serif;
}

/* line 6329, C:/Users/lrent/Desktop/new css/scss/style.scss */
#fast-add-product > .content .right .tabela-precos-wrapper {
  margin-bottom: 30px;
}

/* line 6335, C:/Users/lrent/Desktop/new css/scss/style.scss */
#fast-add-product > .close {
  position: absolute;
  top: 15px;
  right: 25px;
  width: 30px;
  height: 30px;
  cursor: pointer;
}

/* line 6343, C:/Users/lrent/Desktop/new css/scss/style.scss */
#fast-add-product > .close path {
  -webkit-transition: color 125ms ease-in-out, background 125ms ease-in-out, opacity 125ms ease-in-out;
  -moz-transition: all 125ms ease-in-out;
  -ms-transition: all 125ms ease-in-out;
  -o-transition: all 125ms ease-in-out;
  transition: all 125ms ease-in-out;
  stroke: #B2B2B2;
}

/* line 6349, C:/Users/lrent/Desktop/new css/scss/style.scss */
#fast-add-product > .close:hover path {
  stroke: #0082be;
}

/* line 6355, C:/Users/lrent/Desktop/new css/scss/style.scss */
#fast-add-product > .content:empty + .close {
  display: none;
}

/* line 6360, C:/Users/lrent/Desktop/new css/scss/style.scss */
.multi-tabela-cor-tamanho-wrapper {
  width: 100%;
  padding: 20px;
  border: 1px solid #DDDDDD;
  background: #F9F9F9;
  position: relative;
}

/* line 6367, C:/Users/lrent/Desktop/new css/scss/style.scss */
.multi-tabela-cor-tamanho-wrapper .close {
  content: " ";
  cursor: pointer;
  position: absolute;
  top: 40px;
  right: 40px;
  background: transparent url("/temas/stricker/images/close_window_3.svg") no-repeat scroll center center;
  background-size: 28px 28px;
  width: 28px;
  height: 28px;
  padding: 10px;
  opacity: 0.7;
  -webkit-transition: color 200ms ease-in-out, background 200ms ease-in-out, opacity 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

/* line 6381, C:/Users/lrent/Desktop/new css/scss/style.scss */
.multi-tabela-cor-tamanho-wrapper .close:hover {
  opacity: 1;
}

/* line 6388, C:/Users/lrent/Desktop/new css/scss/style.scss */
.multi-tabela-cor-tamanho-wrapper .inner-wrapper {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  padding: 60px 40px;
  background: #FFFFFF;
}

/* line 6396, C:/Users/lrent/Desktop/new css/scss/style.scss */
.multi-tabela-cor-tamanho-wrapper .tabela-cor-tamanho-wrapper {
  min-width: 30%;
  min-width: calc(33.3% - 30px);
  max-width: none;
  width: auto;
  width: calc(33.3% - 30px);
}

/* line 6405, C:/Users/lrent/Desktop/new css/scss/style.scss */
.tabela-cor-tamanho-wrapper {
  margin: 15px;
  width: 100%;
  max-width: 290px;
}

/* line 6410, C:/Users/lrent/Desktop/new css/scss/style.scss */
.tabela-cor-tamanho-wrapper > .titulo {
  font: 700 12px/100% "Open Sans", font70108, Arial, Helvetica, sans-serif;
  color: #0082be;
  text-transform: uppercase;
}

/* line 6416, C:/Users/lrent/Desktop/new css/scss/style.scss */
.tabela-cor-tamanho-wrapper > .titulo-area {
  font: 700 12px/100% "Open Sans", font70108, Arial, Helvetica, sans-serif;
  color: #0082be;
  text-transform: uppercase;
  margin-top: 15px;
}

/* line 6423, C:/Users/lrent/Desktop/new css/scss/style.scss */
.tabela-cor-tamanho-wrapper > .sub-titulo {
  font: 700 18px/100% "Open Sans", font70108, Arial, Helvetica, sans-serif;
  color: #0082be;
}

/* line 6428, C:/Users/lrent/Desktop/new css/scss/style.scss */
.tabela-cor-tamanho-wrapper table.tabela-cor-tamanho {
  margin-top: 20px;
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 6435, C:/Users/lrent/Desktop/new css/scss/style.scss */
.tabela-cor-tamanho-wrapper table.tabela-cor-tamanho thead tr th {
  font: 700 13px/100% "Open Sans", font70108, Arial, Helvetica, sans-serif;
  color: #0082be;
  letter-spacing: 1pt;
  padding: 12px 10px;
  text-align: left;
  height: 38px;
}

/* line 6443, C:/Users/lrent/Desktop/new css/scss/style.scss */
.tabela-cor-tamanho-wrapper table.tabela-cor-tamanho thead tr th:first-child {
  font: 400 10px/100% "Open Sans", font70108, Arial, Helvetica, sans-serif;
  padding-left: 0;
  padding-right: 3px;
}

/* line 6452, C:/Users/lrent/Desktop/new css/scss/style.scss */
.tabela-cor-tamanho-wrapper table.tabela-cor-tamanho tbody tr td {
  font: 400 13px/100% "Open Sans", font70108, Arial, Helvetica, sans-serif;
  color: #666666;
  padding: 14px 8px;
  height: 43px;
  border: 1px solid #dddddd;
}

/* line 6460, C:/Users/lrent/Desktop/new css/scss/style.scss */
.tabela-cor-tamanho-wrapper table.tabela-cor-tamanho tbody tr td:first-child {
  font: 700 12px/100% "Open Sans", font70108, Arial, Helvetica, sans-serif;
  color: #444444;
  letter-spacing: 1pt;
}

/* line 6474, C:/Users/lrent/Desktop/new css/scss/style.scss */
.stripes tr:nth-child(odd),
.stripes tbody tr:nth-child(odd) {
  background: #FFFFFF;
}

/* line 6477, C:/Users/lrent/Desktop/new css/scss/style.scss */
.stripes tr:nth-child(even),
.stripes tbody tr:nth-child(even) {
  background: #F9F9F9;
}

/* line 6483, C:/Users/lrent/Desktop/new css/scss/style.scss */
#personalize-page,
#customise-page {
  margin: 45px 0 60px;
  width: 100%;
  float: left;
}

/* line 6491, C:/Users/lrent/Desktop/new css/scss/style.scss */
#personalize-page .full-page .wrapper,
#customise-page .full-page .wrapper {
  display: -webkit-flex;
  display: flex;
}

/* line 6493, C:/Users/lrent/Desktop/new css/scss/style.scss */
#personalize-page .full-page .wrapper .left,
#customise-page .full-page .wrapper .left {
  width: 75%;
  width: calc(100% - 270px);
}

/* line 6497, C:/Users/lrent/Desktop/new css/scss/style.scss */
#personalize-page .full-page .wrapper .right,
#customise-page .full-page .wrapper .right {
  width: 25%;
  width: calc(270px);
  position: relative;
}

/* line 6502, C:/Users/lrent/Desktop/new css/scss/style.scss */
#personalize-page .full-page .wrapper .right #carrinho-summary,
#customise-page .full-page .wrapper .right #carrinho-summary {
  border: 2px solid #F5F5F5;
}

/* line 6505, C:/Users/lrent/Desktop/new css/scss/style.scss */
#personalize-page .full-page .wrapper .right #carrinho-summary > .titulo,
#customise-page .full-page .wrapper .right #carrinho-summary > .titulo {
  margin: 20px 0;
}

/* line 6509, C:/Users/lrent/Desktop/new css/scss/style.scss */
#personalize-page .full-page .wrapper .right #carrinho-summary .total,
#customise-page .full-page .wrapper .right #carrinho-summary .total {
  padding: 0;
}

/* line 6512, C:/Users/lrent/Desktop/new css/scss/style.scss */
#personalize-page .full-page .wrapper .right #carrinho-summary .total .valor,
#customise-page .full-page .wrapper .right #carrinho-summary .total .valor {
  font: 400 15px/100% "Open Sans", font70108, Arial, Helvetica, sans-serif;
  color: #0082be;
  letter-spacing: 1pt;
  margin-bottom: 30px;
  position: relative;
}

/* line 6519, C:/Users/lrent/Desktop/new css/scss/style.scss */
#personalize-page .full-page .wrapper .right #carrinho-summary .total .valor:after,
#customise-page .full-page .wrapper .right #carrinho-summary .total .valor:after {
  position: absolute;
  content: "*";
  color: #666666;
  right: -7px;
  bottom: 5px;
}

/* line 6529, C:/Users/lrent/Desktop/new css/scss/style.scss */
#personalize-page .full-page .wrapper .right #carrinho-summary .desc,
#customise-page .full-page .wrapper .right #carrinho-summary .desc {
  font: 400 12px/120% "Open Sans", font70108, Arial, Helvetica, sans-serif;
  color: #999999;
  margin-top: 15px;
  padding-left: 10px;
  position: relative;
}

/* line 6536, C:/Users/lrent/Desktop/new css/scss/style.scss */
#personalize-page .full-page .wrapper .right #carrinho-summary .desc:after,
#customise-page .full-page .wrapper .right #carrinho-summary .desc:after {
  position: absolute;
  content: "*";
  color: #999999;
  left: 0;
  top: 3px;
}

/* line 6545, C:/Users/lrent/Desktop/new css/scss/style.scss */
#personalize-page .full-page .wrapper .right #carrinho-summary .product-quantity,
#customise-page .full-page .wrapper .right #carrinho-summary .product-quantity {
  display: -webkit-flex;
  display: flex;
  padding-bottom: 10px;
}

/* line 6549, C:/Users/lrent/Desktop/new css/scss/style.scss */
#personalize-page .full-page .wrapper .right #carrinho-summary .product-quantity .two,
#customise-page .full-page .wrapper .right #carrinho-summary .product-quantity .two {
  width: 50%;
  display: inline-block;
}

/* line 6553, C:/Users/lrent/Desktop/new css/scss/style.scss */
#personalize-page .full-page .wrapper .right #carrinho-summary .product-quantity .two .titulo,
#customise-page .full-page .wrapper .right #carrinho-summary .product-quantity .two .titulo {
  font: 400 11px/100% "Open Sans", font70108, Arial, Helvetica, sans-serif;
  color: #777777;
  width: 100%;
}

/* line 6558, C:/Users/lrent/Desktop/new css/scss/style.scss */
#personalize-page .full-page .wrapper .right #carrinho-summary .product-quantity .two .valor,
#customise-page .full-page .wrapper .right #carrinho-summary .product-quantity .two .valor {
  font: 700 20px/120% "Open Sans", font70108, Arial, Helvetica, sans-serif;
  width: 100%;
  text-align: left;
}

/* line 6563, C:/Users/lrent/Desktop/new css/scss/style.scss */
#personalize-page .full-page .wrapper .right #carrinho-summary .product-quantity .two.product .valor,
#customise-page .full-page .wrapper .right #carrinho-summary .product-quantity .two.product .valor {
  color: #444444;
}

/* line 6566, C:/Users/lrent/Desktop/new css/scss/style.scss */
#personalize-page .full-page .wrapper .right #carrinho-summary .product-quantity .two.quantity .valor,
#customise-page .full-page .wrapper .right #carrinho-summary .product-quantity .two.quantity .valor {
  color: #999999;
}

/* line 6576, C:/Users/lrent/Desktop/new css/scss/style.scss */
#personalize-page .full-page .banner,
#customise-page .full-page .banner {
  height: 85px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}

/* line 6581, C:/Users/lrent/Desktop/new css/scss/style.scss */
#personalize-page .full-page .banner .titulo-wrap,
#customise-page .full-page .banner .titulo-wrap {
  display: inline-block;
  margin-right: 60px;
}

/* line 6585, C:/Users/lrent/Desktop/new css/scss/style.scss */
#personalize-page .full-page .banner .titulo-wrap > .titulo,
#customise-page .full-page .banner .titulo-wrap > .titulo {
  font: 700 30px/100% "Open Sans", font70108, Arial, Helvetica, sans-serif;
  color: #e4ab00;
  text-transform: uppercase;
}

/* line 6590, C:/Users/lrent/Desktop/new css/scss/style.scss */
#personalize-page .full-page .banner .titulo-wrap > .sub-titulo,
#customise-page .full-page .banner .titulo-wrap > .sub-titulo {
  font: 700 18px/100% "Open Sans", font70108, Arial, Helvetica, sans-serif;
  color: #444444;
  text-transform: uppercase;
}

/* line 6596, C:/Users/lrent/Desktop/new css/scss/style.scss */
#personalize-page .full-page .banner .button,
#customise-page .full-page .banner .button {
  display: inline-block;
  max-width: 265px;
  padding: 13px 20px 13px 55px;
  margin-left: 10px;
  border-radius: 2px;
  font: 700 12px/100% "Open Sans", font70108, Arial, Helvetica, sans-serif;
  position: relative;
}

/* line 6605, C:/Users/lrent/Desktop/new css/scss/style.scss */
#personalize-page .full-page .banner .button.selected:after,
#customise-page .full-page .banner .button.selected:after {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  content: " ";
  width: 100%;
  height: 8px;
}

/* line 6615, C:/Users/lrent/Desktop/new css/scss/style.scss */
#personalize-page .full-page .banner .button.local,
#customise-page .full-page .banner .button.local {
  background: #AAAAAA url("/temas/stricker/images/bt_chooseComponents.png") no-repeat scroll left 15px center;
}

/* line 6618, C:/Users/lrent/Desktop/new css/scss/style.scss */
#personalize-page .full-page .banner .button.local.selected:after,
#customise-page .full-page .banner .button.local.selected:after {
  background: transparent url("/temas/stricker/images/btSetaPersonalizador-cinza.png") no-repeat scroll bottom 1px center;
}

/* line 6622, C:/Users/lrent/Desktop/new css/scss/style.scss */
#personalize-page .full-page .banner .button.image,
#customise-page .full-page .banner .button.image {
  background: #e4ab00 url("/temas/stricker/images/bt_tryImage.png") no-repeat scroll left 15px center;
}

/* line 6625, C:/Users/lrent/Desktop/new css/scss/style.scss */
#personalize-page .full-page .banner .button.image.selected:after,
#customise-page .full-page .banner .button.image.selected:after {
  background: transparent url("/temas/stricker/images/btSetaPersonalizador-gold.png") no-repeat scroll bottom 1px center;
}

/* line 6632, C:/Users/lrent/Desktop/new css/scss/style.scss */
#personalize-page .full-page #customise-main-wrapper,
#customise-page .full-page #customise-main-wrapper {
  background: whitesmoke;
  padding: 35px 25px;
}

/* line 6636, C:/Users/lrent/Desktop/new css/scss/style.scss */
#personalize-page .full-page #customise-main-wrapper > .titulo,
#customise-page .full-page #customise-main-wrapper > .titulo {
  display: block;
  font: 700 20px/130% "Open Sans", font70108, Arial, Helvetica, sans-serif;
  color: #666666;
  margin-left: 40px;
}

/* line 6643, C:/Users/lrent/Desktop/new css/scss/style.scss */
#personalize-page .full-page #customise-main-wrapper > .right-side,
#customise-page .full-page #customise-main-wrapper > .right-side {
  margin-left: 40px;
  padding: 13px 0;
  display: block;
}

/* line 6649, C:/Users/lrent/Desktop/new css/scss/style.scss */
#personalize-page .full-page #customise-main-wrapper > .right-side > label span,
#customise-page .full-page #customise-main-wrapper > .right-side > label span {
  padding: 17px 17px 17px 40px;
  font: 700 14px/100% "Open Sans", font70108, Arial, Helvetica, sans-serif;
  margin: 5px 0;
}

/* line 6658, C:/Users/lrent/Desktop/new css/scss/style.scss */
#personalize-page .full-page #customise-main-wrapper label,
#customise-page .full-page #customise-main-wrapper label {
  display: inline-block;
  cursor: pointer;
  position: relative;
  user-select: none;
  -webkit-user-select: none;
  -webkit-touch-callout: none;
}

/* line 6666, C:/Users/lrent/Desktop/new css/scss/style.scss */
#personalize-page .full-page #customise-main-wrapper label.label,
#customise-page .full-page #customise-main-wrapper label.label {
  cursor: help;
}

/* line 6670, C:/Users/lrent/Desktop/new css/scss/style.scss */
#personalize-page .full-page #customise-main-wrapper label input,
#customise-page .full-page #customise-main-wrapper label input {
  visibility: hidden;
  position: absolute;
}

/* line 6674, C:/Users/lrent/Desktop/new css/scss/style.scss */
#personalize-page .full-page #customise-main-wrapper label span,
#customise-page .full-page #customise-main-wrapper label span {
  background: #FFFFFF;
  background-size: 14px 14px;
  display: inline-block;
  vertical-align: middle;
  font: 700 13px/100% "Open Sans", font70108, Arial, Helvetica, sans-serif;
  color: #aaaaaa;
  padding: 13px 17px;
  margin: 2px 0;
  box-shadow: inset 0px 0px 0px 2px #dddddd;
}

/* line 6685, C:/Users/lrent/Desktop/new css/scss/style.scss */
#personalize-page .full-page #customise-main-wrapper label span:hover + span.hover-label,
#customise-page .full-page #customise-main-wrapper label span:hover + span.hover-label {
  visibility: visible;
  opacity: 1;
}

/* line 6692, C:/Users/lrent/Desktop/new css/scss/style.scss */
#personalize-page .full-page #customise-main-wrapper label span.hover-label,
#customise-page .full-page #customise-main-wrapper label span.hover-label {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  left: 100%;
  top: 0;
  background: #5A5A5A;
  padding: 7px 14px;
  margin-left: 13px;
  font: 400 10px/100% "Open Sans", font70108, Arial, Helvetica, sans-serif;
  color: #FFFFFF;
  z-index: 1;
  text-transform: uppercase;
  white-space: nowrap;
  box-shadow: none;
  -webkit-transition: color 225ms ease-in-out, background 225ms ease-in-out, opacity 225ms ease-in-out;
  -moz-transition: all 225ms ease-in-out;
  -ms-transition: all 225ms ease-in-out;
  -o-transition: all 225ms ease-in-out;
  transition: all 225ms ease-in-out;
}

/* line 6710, C:/Users/lrent/Desktop/new css/scss/style.scss */
#personalize-page .full-page #customise-main-wrapper label span.hover-label:before,
#customise-page .full-page #customise-main-wrapper label span.hover-label:before {
  border-bottom: 5px solid transparent;
  border-top: 5px solid transparent;
  border-right: 5px solid #5A5A5A;
  width: 5px;
  height: 11px;
  position: absolute;
  left: -5px;
  content: " ";
}

/* line 6722, C:/Users/lrent/Desktop/new css/scss/style.scss */
#personalize-page .full-page #customise-main-wrapper label .saved + span:before,
#customise-page .full-page #customise-main-wrapper label .saved + span:before {
  background: transparent url("/temas/stricker/images/personalizador-OK.svg") no-repeat bottom center;
  background-size: 15px 15px;
  position: absolute;
  right: -5px;
  top: -7px;
  width: 20px;
  height: 20px;
  content: " ";
  z-index: 2;
}

/* line 6734, C:/Users/lrent/Desktop/new css/scss/style.scss */
#personalize-page .full-page #customise-main-wrapper label .incomplete + span:before,
#customise-page .full-page #customise-main-wrapper label .incomplete + span:before {
  background: transparent url("/temas/stricker/images/personalizador-ALERT.svg") no-repeat bottom center;
  background-size: 15px 15px;
  position: absolute;
  right: -5px;
  top: -7px;
  width: 20px;
  height: 20px;
  content: " ";
  z-index: 2;
}

/* line 6746, C:/Users/lrent/Desktop/new css/scss/style.scss */
#personalize-page .full-page #customise-main-wrapper label.seta,
#customise-page .full-page #customise-main-wrapper label.seta {
  position: relative;
}

/* line 6748, C:/Users/lrent/Desktop/new css/scss/style.scss */
#personalize-page .full-page #customise-main-wrapper label.seta span,
#customise-page .full-page #customise-main-wrapper label.seta span {
  background: #FFFFFF;
  padding-left: 35px;
  text-transform: uppercase;
  position: relative;
}

/* line 6754, C:/Users/lrent/Desktop/new css/scss/style.scss */
#personalize-page .full-page #customise-main-wrapper label.seta span:after,
#customise-page .full-page #customise-main-wrapper label.seta span:after {
  background: transparent url("/temas/stricker/images/btPersonalizadorSetaSelected-big.png") no-repeat bottom center;
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  top: 96%;
  top: calc(100% - 2px);
  height: 10px;
  content: " ";
  z-index: 1;
  visibility: none;
  opacity: 0;
}

/* line 6771, C:/Users/lrent/Desktop/new css/scss/style.scss */
#personalize-page .full-page #customise-main-wrapper label.seta span:hover:after,
#personalize-page .full-page #customise-main-wrapper label.seta input:checked + span:after,
#customise-page .full-page #customise-main-wrapper label.seta span:hover:after,
#customise-page .full-page #customise-main-wrapper label.seta input:checked + span:after {
  visibility: visible;
  opacity: 1;
}

/* line 6778, C:/Users/lrent/Desktop/new css/scss/style.scss */
#personalize-page .full-page #customise-main-wrapper label.seta div,
#customise-page .full-page #customise-main-wrapper label.seta div {
  background: #FFFFFF url("/temas/stricker/images/checkbox-off-b.svg") no-repeat scroll center center;
  background-size: 14px 14px;
  width: 14px;
  height: 14px;
  position: absolute;
  top: 17px;
  top: calc(50% - 7px);
  left: 13px;
}

/* line 6789, C:/Users/lrent/Desktop/new css/scss/style.scss */
#personalize-page .full-page #customise-main-wrapper label.seta input.checked ~ div,
#customise-page .full-page #customise-main-wrapper label.seta input.checked ~ div {
  background: #FFFFFF url("/temas/stricker/images/checkbox-on-b.svg") no-repeat scroll center center;
}

/* line 6794, C:/Users/lrent/Desktop/new css/scss/style.scss */
#personalize-page .full-page #customise-main-wrapper label span:hover,
#personalize-page .full-page #customise-main-wrapper label input:checked + span,
#customise-page .full-page #customise-main-wrapper label span:hover,
#customise-page .full-page #customise-main-wrapper label input:checked + span {
  box-shadow: inset 0px 0px 0px 2px #e4ab00;
  color: #444444;
}

/* line 6801, C:/Users/lrent/Desktop/new css/scss/style.scss */
#personalize-page .full-page #customise-main-wrapper .component-wrap,
#customise-page .full-page #customise-main-wrapper .component-wrap {
  background: #FFFFFF;
  padding: 35px 40px;
}

/* line 6806, C:/Users/lrent/Desktop/new css/scss/style.scss */
#personalize-page .full-page #customise-main-wrapper .component-wrap .places > .titulo,
#customise-page .full-page #customise-main-wrapper .component-wrap .places > .titulo {
  display: inline-block;
  font: 700 12px/100% "Open Sans", font70108, Arial, Helvetica, sans-serif;
  color: #666666;
  text-transform: uppercase;
  margin-right: 15px;
}

/* line 6813, C:/Users/lrent/Desktop/new css/scss/style.scss */
#personalize-page .full-page #customise-main-wrapper .component-wrap .places label,
#customise-page .full-page #customise-main-wrapper .component-wrap .places label {
  padding: 13px 0;
}

/* line 6817, C:/Users/lrent/Desktop/new css/scss/style.scss */
#personalize-page .full-page #customise-main-wrapper .component-wrap .places-wrap,
#customise-page .full-page #customise-main-wrapper .component-wrap .places-wrap {
  padding: 0 0 0 120px;
}

/* line 6819, C:/Users/lrent/Desktop/new css/scss/style.scss */
#personalize-page .full-page #customise-main-wrapper .component-wrap .places-wrap .box,
#customise-page .full-page #customise-main-wrapper .component-wrap .places-wrap .box {
  padding: 13px 0;
}

/* line 6821, C:/Users/lrent/Desktop/new css/scss/style.scss */
#personalize-page .full-page #customise-main-wrapper .component-wrap .places-wrap .box .bola,
#customise-page .full-page #customise-main-wrapper .component-wrap .places-wrap .box .bola {
  display: inline-block;
  background: #e4ab00;
  padding: 5px;
  border-radius: 50%;
  font: 700 12px/100% "Open Sans", font70108, Arial, Helvetica, sans-serif;
  color: #FFFFFF;
  text-align: center;
  width: 21px;
  height: 21px;
  vertical-align: top;
  margin: 12px 5px 10px 0;
}

/* line 6834, C:/Users/lrent/Desktop/new css/scss/style.scss */
#personalize-page .full-page #customise-main-wrapper .component-wrap .places-wrap .box > .titulo,
#customise-page .full-page #customise-main-wrapper .component-wrap .places-wrap .box > .titulo {
  display: inline-block;
  font: 700 12px/100% "Open Sans", font70108, Arial, Helvetica, sans-serif;
  color: #666666;
  text-transform: uppercase;
  width: 155px;
  vertical-align: top;
  margin-top: 17px;
}

/* line 6844, C:/Users/lrent/Desktop/new css/scss/style.scss */
#personalize-page .full-page #customise-main-wrapper .component-wrap .places-wrap .box .right-side,
#customise-page .full-page #customise-main-wrapper .component-wrap .places-wrap .box .right-side {
  font-size: 0;
}

/* line 6848, C:/Users/lrent/Desktop/new css/scss/style.scss */
#personalize-page .full-page #customise-main-wrapper .component-wrap .places-wrap .box .imagem-guardada,
#customise-page .full-page #customise-main-wrapper .component-wrap .places-wrap .box .imagem-guardada {
  background: #FF4000 none repeat scroll 0 0;
  color: #FFF;
  display: inline-block;
  overflow: hidden;
  padding: 10px 10px;
  position: relative;
  margin-left: 188px;
  font: 400 10px/100% "Open Sans", font70108, Arial, Helvetica, sans-serif;
}

/* line 6859, C:/Users/lrent/Desktop/new css/scss/style.scss */
#personalize-page .full-page #customise-main-wrapper .component-wrap .places-wrap .box .imagem-guardada + .remove-img,
#customise-page .full-page #customise-main-wrapper .component-wrap .places-wrap .box .imagem-guardada + .remove-img {
  content: " ";
  display: inline-block;
  width: 25px;
  height: 30px;
  background: red url("/temas/stricker/images/close_window.svg") no-repeat scroll center center/20px 20px;
  opacity: 1;
  cursor: pointer;
  -webkit-transition: color 225ms ease-in-out, background 225ms ease-in-out, opacity 225ms ease-in-out;
  -moz-transition: all 225ms ease-in-out;
  -ms-transition: all 225ms ease-in-out;
  -o-transition: all 225ms ease-in-out;
  transition: all 225ms ease-in-out;
}

/* line 6869, C:/Users/lrent/Desktop/new css/scss/style.scss */
#personalize-page .full-page #customise-main-wrapper .component-wrap .places-wrap .box .imagem-guardada + .remove-img:hover,
#customise-page .full-page #customise-main-wrapper .component-wrap .places-wrap .box .imagem-guardada + .remove-img:hover {
  background-color: #FF4000;
}

/* line 6873, C:/Users/lrent/Desktop/new css/scss/style.scss */
#personalize-page .full-page #customise-main-wrapper .component-wrap .places-wrap .box .checkboxs,
#customise-page .full-page #customise-main-wrapper .component-wrap .places-wrap .box .checkboxs {
  display: inline-block;
  width: 365px;
}

/* line 6877, C:/Users/lrent/Desktop/new css/scss/style.scss */
#personalize-page .full-page #customise-main-wrapper .component-wrap .places-wrap .box .checkboxs label,
#customise-page .full-page #customise-main-wrapper .component-wrap .places-wrap .box .checkboxs label {
  display: block;
  width: 100%;
  box-shadow: 0 0 0 1px #dddddd inset;
}

/* line 6882, C:/Users/lrent/Desktop/new css/scss/style.scss */
#personalize-page .full-page #customise-main-wrapper .component-wrap .places-wrap .box .checkboxs label span,
#customise-page .full-page #customise-main-wrapper .component-wrap .places-wrap .box .checkboxs label span {
  display: -webkit-flex;
  display: flex;
  box-shadow: none;
  background: transparent url("/temas/stricker/images/checkbox-off-b.svg") no-repeat scroll left 10px center;
  width: 100%;
}

/* line 6888, C:/Users/lrent/Desktop/new css/scss/style.scss */
#personalize-page .full-page #customise-main-wrapper .component-wrap .places-wrap .box .checkboxs label span .titulo,
#customise-page .full-page #customise-main-wrapper .component-wrap .places-wrap .box .checkboxs label span .titulo {
  width: 80%;
  padding: 0 20px;
  font: 400 13px/120% "Open Sans", font70108, Arial, Helvetica, sans-serif;
}

/* line 6893, C:/Users/lrent/Desktop/new css/scss/style.scss */
#personalize-page .full-page #customise-main-wrapper .component-wrap .places-wrap .box .checkboxs label span .price,
#customise-page .full-page #customise-main-wrapper .component-wrap .places-wrap .box .checkboxs label span .price {
  width: 20%;
  font: 400 12px/120% "Open Sans", font70108, Arial, Helvetica, sans-serif;
}

/* line 6899, C:/Users/lrent/Desktop/new css/scss/style.scss */
#personalize-page .full-page #customise-main-wrapper .component-wrap .places-wrap .box .checkboxs label input[type="checkbox"]:checked + span,
#customise-page .full-page #customise-main-wrapper .component-wrap .places-wrap .box .checkboxs label input[type="checkbox"]:checked + span {
  background: transparent url("/temas/stricker/images/checkbox-on.svg") no-repeat scroll left 10px center;
}

/* line 6903, C:/Users/lrent/Desktop/new css/scss/style.scss */
#personalize-page .full-page #customise-main-wrapper .component-wrap .places-wrap .box .checkboxs label.pre-checked,
#customise-page .full-page #customise-main-wrapper .component-wrap .places-wrap .box .checkboxs label.pre-checked {
  cursor: default;
}

/* line 6906, C:/Users/lrent/Desktop/new css/scss/style.scss */
#personalize-page .full-page #customise-main-wrapper .component-wrap .places-wrap .box .checkboxs label.pre-checked span,
#customise-page .full-page #customise-main-wrapper .component-wrap .places-wrap .box .checkboxs label.pre-checked span {
  background-color: #F9F9F9;
  box-shadow: 0 0 0 2px #AAAAAA inset;
}

/* line 6911, C:/Users/lrent/Desktop/new css/scss/style.scss */
#personalize-page .full-page #customise-main-wrapper .component-wrap .places-wrap .box .checkboxs label.pre-checked input[type="checkbox"]:checked + span,
#customise-page .full-page #customise-main-wrapper .component-wrap .places-wrap .box .checkboxs label.pre-checked input[type="checkbox"]:checked + span {
  background: #F9F9F9 url("/temas/stricker/images/checkbox-on.svg") no-repeat scroll left 10px center;
}

/* line 6917, C:/Users/lrent/Desktop/new css/scss/style.scss */
#personalize-page .full-page #customise-main-wrapper .component-wrap .places-wrap .box .legendas,
#customise-page .full-page #customise-main-wrapper .component-wrap .places-wrap .box .legendas {
  display: inline-block;
  width: 365px;
  margin-left: 177px;
  color: #999;
  padding: 15px;
}

/* line 6923, C:/Users/lrent/Desktop/new css/scss/style.scss */
#personalize-page .full-page #customise-main-wrapper .component-wrap .places-wrap .box .legendas span,
#customise-page .full-page #customise-main-wrapper .component-wrap .places-wrap .box .legendas span {
  display: -webkit-flex;
  display: flex;
  width: 100%;
}

/* line 6927, C:/Users/lrent/Desktop/new css/scss/style.scss */
#personalize-page .full-page #customise-main-wrapper .component-wrap .places-wrap .box .legendas span .titulo,
#customise-page .full-page #customise-main-wrapper .component-wrap .places-wrap .box .legendas span .titulo {
  width: 80%;
  padding: 0 20px;
  font: 400 13px/120% "Open Sans", font70108, Arial, Helvetica, sans-serif;
}

/* line 6932, C:/Users/lrent/Desktop/new css/scss/style.scss */
#personalize-page .full-page #customise-main-wrapper .component-wrap .places-wrap .box .legendas span .price,
#customise-page .full-page #customise-main-wrapper .component-wrap .places-wrap .box .legendas span .price {
  width: 20%;
  font: 400 12px/120% "Open Sans", font70108, Arial, Helvetica, sans-serif;
}

/* line 6940, C:/Users/lrent/Desktop/new css/scss/style.scss */
#personalize-page .full-page #customise-main-wrapper .component-wrap .places-wrap .links,
#customise-page .full-page #customise-main-wrapper .component-wrap .places-wrap .links {
  margin-top: 20px;
  padding-left: 188px;
}

/* line 6944, C:/Users/lrent/Desktop/new css/scss/style.scss */
#personalize-page .full-page #customise-main-wrapper .component-wrap .places-wrap .links .clear,
#customise-page .full-page #customise-main-wrapper .component-wrap .places-wrap .links .clear {
  font: 700 11px/100% "Open Sans", font70108, Arial, Helvetica, sans-serif;
  color: #FFFFFF;
  background: #BBBBBB;
  padding: 10px 20px;
  min-width: 110px;
  text-align: center;
}

/* line 6952, C:/Users/lrent/Desktop/new css/scss/style.scss */
#personalize-page .full-page #customise-main-wrapper .component-wrap .places-wrap .links .save,
#customise-page .full-page #customise-main-wrapper .component-wrap .places-wrap .links .save {
  font: 700 11px/100% "Open Sans", font70108, Arial, Helvetica, sans-serif;
  color: #FFFFFF;
  background: #0082be;
  padding: 10px 20px;
  min-width: 210px;
  text-align: center;
  cursor: pointer;
}

/* line 6961, C:/Users/lrent/Desktop/new css/scss/style.scss */
#personalize-page .full-page #customise-main-wrapper .component-wrap .places-wrap .links .save.disabled,
#customise-page .full-page #customise-main-wrapper .component-wrap .places-wrap .links .save.disabled {
  opacity: 0.7;
  background: #BBBBBB;
  cursor: default;
  pointer-events: none;
}

/* line 6977, C:/Users/lrent/Desktop/new css/scss/style.scss */
#personalize-page .full-page #personalizador-designer-multi {
  display: -webkit-flex;
  display: flex;
  flex-direction: unset;
  margin: 30px 0;
}

/* line 6984, C:/Users/lrent/Desktop/new css/scss/style.scss */
#personalize-page .full-page #personalizador-designer-multi #customise-main-wrapper #make-your-order {
  margin-top: 40px;
  padding-left: 40px;
}

/* line 6988, C:/Users/lrent/Desktop/new css/scss/style.scss */
#personalize-page .full-page #personalizador-designer-multi #customise-main-wrapper #make-your-order > .titulo {
  font: 700 14px/100% "Open Sans", font70108, Arial, Helvetica, sans-serif;
  letter-spacing: 1pt;
  color: #202020;
  text-transform: uppercase;
  margin-bottom: 20px;
}

/* line 7002, C:/Users/lrent/Desktop/new css/scss/style.scss */
#customise-page.pick .full-page .wrapper #customise-main-wrapper #prices,
#customise-page.pick .full-page .wrapper #customise-main-wrapper #make-your-order {
  margin-top: 40px;
  padding-left: 40px;
}

/* line 7007, C:/Users/lrent/Desktop/new css/scss/style.scss */
#customise-page.pick .full-page .wrapper #customise-main-wrapper #prices > .titulo,
#customise-page.pick .full-page .wrapper #customise-main-wrapper #make-your-order > .titulo {
  font: 700 14px/100% "Open Sans", font70108, Arial, Helvetica, sans-serif;
  letter-spacing: 1pt;
  color: #202020;
  text-transform: uppercase;
  margin-bottom: 20px;
}

/* line 7017, C:/Users/lrent/Desktop/new css/scss/style.scss */
#personalize-page.ask-color .full-page .wrapper {
  flex-direction: row;
}

/* line 7022, C:/Users/lrent/Desktop/new css/scss/style.scss */
#personalize-page.ask-color .full-page .wrapper #customise-main-wrapper #make-your-order {
  margin-top: 40px;
  padding-left: 40px;
}

/* line 7026, C:/Users/lrent/Desktop/new css/scss/style.scss */
#personalize-page.ask-color .full-page .wrapper #customise-main-wrapper #make-your-order > .titulo {
  font: 700 14px/100% "Open Sans", font70108, Arial, Helvetica, sans-serif;
  letter-spacing: 1pt;
  color: #202020;
  text-transform: uppercase;
  margin-bottom: 20px;
}

/* line 7034, C:/Users/lrent/Desktop/new css/scss/style.scss */
#personalize-page.ask-color .full-page .wrapper #customise-main-wrapper #make-your-order .tabela-order {
  max-width: 400px;
}

/* line 7041, C:/Users/lrent/Desktop/new css/scss/style.scss */
.image-upload-wrap {
  display: -webkit-inline-flex;
  display: inline-flex;
  padding: 5px 0 0;
}

/* line 7045, C:/Users/lrent/Desktop/new css/scss/style.scss */
.image-upload-wrap .file-input {
  font-size: 0;
}

/* line 7048, C:/Users/lrent/Desktop/new css/scss/style.scss */
.image-upload-wrap .file-input .uploadFile {
  display: none;
}

/* line 7051, C:/Users/lrent/Desktop/new css/scss/style.scss */
.image-upload-wrap .file-input .fileUpload {
  vertical-align: top;
  background: #85B200 none repeat scroll 0 0;
  display: inline-block;
  overflow: hidden;
  padding: 14px 11px;
  position: relative;
  height: 40px;
}

/* line 7060, C:/Users/lrent/Desktop/new css/scss/style.scss */
.image-upload-wrap .file-input .fileUpload span {
  color: #FFFFFF;
  display: inline-block;
  font: 700 12px/100% "Open Sans", font70108, Arial, Helvetica, sans-serif;
  text-align: center;
}

/* line 7067, C:/Users/lrent/Desktop/new css/scss/style.scss */
.image-upload-wrap .file-input .fileUpload input.upload {
  cursor: pointer;
  font-size: 27px;
  height: 100%;
  width: 100%;
  margin: 0;
  opacity: 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
}

/* line 7080, C:/Users/lrent/Desktop/new css/scss/style.scss */
.image-upload-wrap .file-input .remove-img {
  content: " ";
  display: inline-block;
  width: 25px;
  height: 100%;
  background: red url("/temas/stricker/images/close_window.svg") no-repeat scroll center center/20px 20px;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: color 225ms ease-in-out, background 225ms ease-in-out, opacity 225ms ease-in-out;
  -moz-transition: all 225ms ease-in-out;
  -ms-transition: all 225ms ease-in-out;
  -o-transition: all 225ms ease-in-out;
  transition: all 225ms ease-in-out;
}

/* line 7090, C:/Users/lrent/Desktop/new css/scss/style.scss */
.image-upload-wrap .file-input .remove-img:hover {
  background-color: #FF4000;
}

/* line 7093, C:/Users/lrent/Desktop/new css/scss/style.scss */
.image-upload-wrap .file-input .fileUpload.done + .remove-img {
  opacity: 1;
  cursor: pointer;
  pointer-events: all;
}

/* line 7101, C:/Users/lrent/Desktop/new css/scss/style.scss */
.image-upload-wrap .legenda {
  align-items: center;
  color: #999999;
  display: inline-block;
  font: 400 11px "Open Sans", font70108, Arial, Helvetica, sans-serif;
  height: 40px;
  padding: 3px 0 3px 30px;
}

/* line 7111, C:/Users/lrent/Desktop/new css/scss/style.scss */
#personalize-page .full-page .wrapper {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}

/* line 7115, C:/Users/lrent/Desktop/new css/scss/style.scss */
#personalize-page .full-page .wrapper #save-to-cart {
  background-color: #e4ab00;
  width: auto;
  float: right;
  padding: 19px 20px;
  letter-spacing: 0;
  margin-top: 15px;
}

/* line 7125, C:/Users/lrent/Desktop/new css/scss/style.scss */
#noticias-wrapper {
  overflow: hidden;
}

/* line 7129, C:/Users/lrent/Desktop/new css/scss/style.scss */
#noticias-wrapper .full-page .noticias {
  padding-bottom: 60px;
}

/* line 7132, C:/Users/lrent/Desktop/new css/scss/style.scss */
#noticias-wrapper .full-page .noticias > .titulo {
  text-align: center;
  text-transform: uppercase;
  font: 700 30px/100% "Open Sans", font70108, Arial, Helvetica, sans-serif;
  color: #000000;
  margin-bottom: 50px;
}

/* line 7140, C:/Users/lrent/Desktop/new css/scss/style.scss */
#noticias-wrapper .full-page .noticias > .listagem {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  padding: 50px 0 150px;
}

/* line 7148, C:/Users/lrent/Desktop/new css/scss/style.scss */
#noticias-wrapper .full-page .noticias > .listagem:before {
  position: absolute;
  left: -100vw;
  right: -100vw;
  width: 300vw;
  top: 0;
  height: 100%;
  content: " ";
  background: #F8F8F8;
  z-index: -1;
}

/* line 7160, C:/Users/lrent/Desktop/new css/scss/style.scss */
#noticias-wrapper .full-page .noticias > .listagem a {
  width: 45%;
  width: calc(50% - 15px);
  display: -webkit-flex;
  display: flex;
  min-height: 220px;
  margin: 0 0 30px;
}

/* line 7167, C:/Users/lrent/Desktop/new css/scss/style.scss */
#noticias-wrapper .full-page .noticias > .listagem a:nth-child(odd) {
  margin-right: 30px;
}

/* line 7171, C:/Users/lrent/Desktop/new css/scss/style.scss */
#noticias-wrapper .full-page .noticias > .listagem a .titulo-texto {
  width: 100%;
  padding: 50px 6%;
  background: #FFFFFF;
}

/* line 7176, C:/Users/lrent/Desktop/new css/scss/style.scss */
#noticias-wrapper .full-page .noticias > .listagem a .titulo-texto .titulo {
  font: 700 18px/100% "Open Sans", font70108, Arial, Helvetica, sans-serif;
  color: #444444;
  margin-bottom: 10px;
}

/* line 7182, C:/Users/lrent/Desktop/new css/scss/style.scss */
#noticias-wrapper .full-page .noticias > .listagem a .titulo-texto .texto {
  font: 400 16px/24px "Lato", Arial, Helvetica, sans-serif;
  color: #666666;
  margin-bottom: 20px;
}

/* line 7188, C:/Users/lrent/Desktop/new css/scss/style.scss */
#noticias-wrapper .full-page .noticias > .listagem a .titulo-texto .read-more {
  text-transform: uppercase;
  font: 400 12px/100% "Open Sans", font70108, Arial, Helvetica, sans-serif;
  color: #777777;
}

/* line 7194, C:/Users/lrent/Desktop/new css/scss/style.scss */
#noticias-wrapper .full-page .noticias > .listagem a .img-wrap {
  display: -webkit-inline-flex;
  display: inline-flex;
  width: 28%;
  height: 220px;
}

/* line 7199, C:/Users/lrent/Desktop/new css/scss/style.scss */
#noticias-wrapper .full-page .noticias > .listagem a .img-wrap + .titulo-texto {
  width: 72%;
}

/* line 7204, C:/Users/lrent/Desktop/new css/scss/style.scss */
#noticias-wrapper .full-page .noticias > .listagem a.placeholder .img-wrap {
  background: #D6D6D6;
}

/* line 7210, C:/Users/lrent/Desktop/new css/scss/style.scss */
#noticias-wrapper .full-page .noticias > .detalhe {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 50px 0 150px;
}

/* line 7218, C:/Users/lrent/Desktop/new css/scss/style.scss */
#noticias-wrapper .full-page .noticias > .detalhe:before {
  position: absolute;
  left: -100vw;
  right: -100vw;
  width: 300vw;
  top: 0;
  height: 100%;
  content: " ";
  background: #F8F8F8;
  z-index: -1;
}

/* line 7230, C:/Users/lrent/Desktop/new css/scss/style.scss */
#noticias-wrapper .full-page .noticias > .detalhe .img-wrap {
  display: -webkit-inline-flex;
  display: inline-flex;
  width: 360px;
}

/* line 7235, C:/Users/lrent/Desktop/new css/scss/style.scss */
#noticias-wrapper .full-page .noticias > .detalhe.placeholder .img-wrap {
  background: #FFFFFF;
  width: 110px;
}

/* line 7240, C:/Users/lrent/Desktop/new css/scss/style.scss */
#noticias-wrapper .full-page .noticias > .detalhe .titulo-texto {
  width: 100%;
  padding: 40px 60px 40px;
  background: #FFFFFF;
}

/* line 7245, C:/Users/lrent/Desktop/new css/scss/style.scss */
#noticias-wrapper .full-page .noticias > .detalhe .titulo-texto .titulo {
  font: 400 19px/100% "Open Sans", font70108, Arial, Helvetica, sans-serif;
  color: #555555;
  margin-bottom: 30px;
}

/* line 7250, C:/Users/lrent/Desktop/new css/scss/style.scss */
#noticias-wrapper .full-page .noticias > .detalhe .titulo-texto .texto {
  font: 400 14px/150% "Open Sans", font70108, Arial, Helvetica, sans-serif;
  color: #888888;
}

/* line 7255, C:/Users/lrent/Desktop/new css/scss/style.scss */
#noticias-wrapper .full-page .noticias > .detalhe .titulo-texto .voltar {
  display: inline-block;
  margin-top: 60px;
  font: 400 12px/100% "Open Sans", font70108, Arial, Helvetica, sans-serif;
  color: #0082be;
  text-transform: uppercase;
}

/* line 7263, C:/Users/lrent/Desktop/new css/scss/style.scss */
#noticias-wrapper .full-page .noticias > .detalhe .titulo-texto .extra-info {
  font: 400 14px/120% "Open Sans", font70108, Arial, Helvetica, sans-serif;
  color: #888888;
  margin-bottom: 8px;
}

/* line 7268, C:/Users/lrent/Desktop/new css/scss/style.scss */
#noticias-wrapper .full-page .noticias > .detalhe .titulo-texto .extra-info span {
  color: #222222;
}

/* line 7272, C:/Users/lrent/Desktop/new css/scss/style.scss */
#noticias-wrapper .full-page .noticias > .detalhe .titulo-texto .extra-info a {
  color: #888888;
  padding-bottom: 0px;
  border-bottom: 1px solid #BBBBBB;
}

/* line 7276, C:/Users/lrent/Desktop/new css/scss/style.scss */
#noticias-wrapper .full-page .noticias > .detalhe .titulo-texto .extra-info a:focus, #noticias-wrapper .full-page .noticias > .detalhe .titulo-texto .extra-info a:hover {
  color: #666666;
  opacity: 1;
}

/* line 7284, C:/Users/lrent/Desktop/new css/scss/style.scss */
#noticias-wrapper .full-page .noticias > .detalhe .img-wrap + .titulo-texto {
  width: 69%;
  width: calc(100% - 360px);
  padding: 70px 60px 70px;
}

/* line 7294, C:/Users/lrent/Desktop/new css/scss/style.scss */
#html.tpl-historia #content-wrap {
  background: transparent url("/temas/stricker/images/bg.png") no-repeat top 140px center;
}

/* line 7297, C:/Users/lrent/Desktop/new css/scss/style.scss */
#html.tpl-historia #content-wrap h1 {
  font: 700 30px/100% "Open Sans", font70108, Arial, Helvetica, sans-serif;
  letter-spacing: 1pt;
  color: #202020;
  margin-bottom: 30px;
  text-transform: uppercase;
  text-align: center;
}

/* line 7307, C:/Users/lrent/Desktop/new css/scss/style.scss */
#historia-wrap {
  display: block;
  padding-bottom: 100px;
}

/* line 7312, C:/Users/lrent/Desktop/new css/scss/style.scss */
#historia-wrap #historia-intro {
  font: 400 14px/160% "Open Sans", font70108, Arial, Helvetica, sans-serif;
  color: #777777;
  margin: 0 auto;
  text-align: center;
  width: 70%;
  line-height: 170%;
}

/* line 7320, C:/Users/lrent/Desktop/new css/scss/style.scss */
#historia-wrap #historia-intro a {
  color: #0084C4;
  line-height: 100%;
  padding-bottom: 1px;
  border-bottom: 1px solid #0084C4;
}

/* line 7329, C:/Users/lrent/Desktop/new css/scss/style.scss */
#historia-owl {
  height: 700px;
}

/* line 7334, C:/Users/lrent/Desktop/new css/scss/style.scss */
#historia-owl > .owl.owl-carousel > .owl-stage-outer > .owl-stage {
  align-items: center;
  display: flex;
  height: 700px;
  position: relative;
}

/* line 7340, C:/Users/lrent/Desktop/new css/scss/style.scss */
#historia-owl > .owl.owl-carousel > .owl-stage-outer > .owl-stage > .owl-item .wrapper {
  -webkit-transition: color 200ms ease-in-out, background 200ms ease-in-out, opacity 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  opacity: 0;
}

/* line 7344, C:/Users/lrent/Desktop/new css/scss/style.scss */
#historia-owl > .owl.owl-carousel > .owl-stage-outer > .owl-stage > .owl-item.active .wrapper {
  opacity: 1;
}

/* line 7349, C:/Users/lrent/Desktop/new css/scss/style.scss */
#historia-owl > .owl.owl-carousel > .owl-controls {
  position: absolute;
  top: 50%;
  top: calc(50% - 12px);
  left: -20px;
  right: -20px;
}

/* line 7356, C:/Users/lrent/Desktop/new css/scss/style.scss */
#historia-owl > .owl.owl-carousel > .owl-controls .owl-prev {
  display: inline-block;
  content: " ";
  background: #FFFFFF url("/temas/stricker/images/seta-timeline-left.svg") no-repeat left center/13px 24px;
  width: 13px;
  height: 24px;
  float: left;
  color: transparent;
}

/* line 7365, C:/Users/lrent/Desktop/new css/scss/style.scss */
#historia-owl > .owl.owl-carousel > .owl-controls .owl-prev.disabled {
  opacity: 0.7;
}

/* line 7370, C:/Users/lrent/Desktop/new css/scss/style.scss */
#historia-owl > .owl.owl-carousel > .owl-controls .owl-next {
  display: inline-block;
  content: " ";
  background: #FFFFFF url("/temas/stricker/images/seta-timeline-right.svg") no-repeat right center/13px 24px;
  width: 13px;
  height: 24px;
  float: right;
  color: transparent;
}

/* line 7379, C:/Users/lrent/Desktop/new css/scss/style.scss */
#historia-owl > .owl.owl-carousel > .owl-controls .owl-next.disabled {
  opacity: 0.7;
}

/* line 7388, C:/Users/lrent/Desktop/new css/scss/style.scss */
#historia-owl .slide-ano .line {
  height: 10px;
  width: 200%;
  margin-left: -50%;
  background: #007CD1;
}

/* line 7395, C:/Users/lrent/Desktop/new css/scss/style.scss */
#historia-owl .slide-ano .wrapper {
  position: absolute;
  width: 215px;
  left: 50%;
  margin-left: calc(-215px/2);
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}

/* line 7403, C:/Users/lrent/Desktop/new css/scss/style.scss */
#historia-owl .slide-ano .wrapper .v-line {
  content: " ";
  margin: 0 auto;
  height: 80px;
  width: 2px;
  background: #007CD1;
  opacity: 0.5;
}

/* line 7411, C:/Users/lrent/Desktop/new css/scss/style.scss */
#historia-owl .slide-ano .wrapper .time-wrapper {
  background: #F5F5F5;
  border-radius: 10px;
  padding: 20px 5px 15px;
  height: 250px;
}

/* line 7417, C:/Users/lrent/Desktop/new css/scss/style.scss */
#historia-owl .slide-ano .wrapper .time-wrapper.multi {
  border: 1px solid #DBDBDB;
  background: #FFFFFF;
}

/* line 7422, C:/Users/lrent/Desktop/new css/scss/style.scss */
#historia-owl .slide-ano .wrapper .time-wrapper .timeline-event {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  height: 225px;
}

/* line 7428, C:/Users/lrent/Desktop/new css/scss/style.scss */
#historia-owl .slide-ano .wrapper .time-wrapper .timeline-event * {
  -webkit-transition: color 200ms ease-in-out, background 200ms ease-in-out, opacity 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

/* line 7432, C:/Users/lrent/Desktop/new css/scss/style.scss */
#historia-owl .slide-ano .wrapper .time-wrapper .timeline-event .image {
  margin-bottom: 10px;
}

/* line 7435, C:/Users/lrent/Desktop/new css/scss/style.scss */
#historia-owl .slide-ano .wrapper .time-wrapper .timeline-event .image img {
  border-radius: 50%;
  border-top-left-radius: 50%;
  width: 175px;
  height: 175px;
}

/* line 7442, C:/Users/lrent/Desktop/new css/scss/style.scss */
#historia-owl .slide-ano .wrapper .time-wrapper .timeline-event .timeline-event-ano {
  text-align: center;
  color: #007AD4;
  font: 700 35px/110% "Open Sans", font70108, Arial, Helvetica, sans-serif;
  letter-spacing: -1pt;
}

/* line 7448, C:/Users/lrent/Desktop/new css/scss/style.scss */
#historia-owl .slide-ano .wrapper .time-wrapper .timeline-event .timeline-event-text {
  text-align: center;
  font: 400 0/110% "Open Sans", font70108, Arial, Helvetica, sans-serif;
  letter-spacing: 0pt;
  color: #6fade0;
}

/* line 7455, C:/Users/lrent/Desktop/new css/scss/style.scss */
#historia-owl .slide-ano .wrapper .time-wrapper .timeline-event:hover {
  cursor: pointer;
}

/* line 7459, C:/Users/lrent/Desktop/new css/scss/style.scss */
#historia-owl .slide-ano .wrapper .time-wrapper .timeline-event:hover .image img {
  width: 80px;
  height: 80px;
}

/* line 7464, C:/Users/lrent/Desktop/new css/scss/style.scss */
#historia-owl .slide-ano .wrapper .time-wrapper .timeline-event:hover .timeline-event-ano {
  font: 700 35px/110% "Open Sans", font70108, Arial, Helvetica, sans-serif;
}

/* line 7468, C:/Users/lrent/Desktop/new css/scss/style.scss */
#historia-owl .slide-ano .wrapper .time-wrapper .timeline-event:hover .timeline-event-text {
  font: 400 14px/110% "Open Sans", font70108, Arial, Helvetica, sans-serif;
}

/* line 7477, C:/Users/lrent/Desktop/new css/scss/style.scss */
#historia-owl .slide-ano .wrapper .time-wrapper .event-owl.owl .owl-controls .owl-dots {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
}

/* line 7483, C:/Users/lrent/Desktop/new css/scss/style.scss */
#historia-owl .slide-ano .wrapper .time-wrapper .event-owl.owl .owl-controls .owl-dots .owl-dot {
  display: inline-block;
}

/* line 7486, C:/Users/lrent/Desktop/new css/scss/style.scss */
#historia-owl .slide-ano .wrapper .time-wrapper .event-owl.owl .owl-controls .owl-dots .owl-dot span {
  background: #BBBBBB;
}

/* line 7490, C:/Users/lrent/Desktop/new css/scss/style.scss */
#historia-owl .slide-ano .wrapper .time-wrapper .event-owl.owl .owl-controls .owl-dots .owl-dot.active span {
  background: #0075DA;
}

/* line 7496, C:/Users/lrent/Desktop/new css/scss/style.scss */
#historia-owl .slide-ano .wrapper .time-wrapper .event-owl.owl .owl-controls .owl-nav {
  position: absolute;
  top: 60%;
  left: -35px;
  right: -35px;
  z-index: -1;
}

/* line 7503, C:/Users/lrent/Desktop/new css/scss/style.scss */
#historia-owl .slide-ano .wrapper .time-wrapper .event-owl.owl .owl-controls .owl-nav .owl-prev {
  display: inline-block;
  content: " ";
  background: #FFFFFF url("/temas/stricker/images/seta-on-left.svg") no-repeat left center/30px 45px;
  width: 30px;
  height: 45px;
  float: left;
  color: transparent;
}

/* line 7512, C:/Users/lrent/Desktop/new css/scss/style.scss */
#historia-owl .slide-ano .wrapper .time-wrapper .event-owl.owl .owl-controls .owl-nav .owl-prev.disabled {
  background: #FFFFFF url("/temas/stricker/images/seta-off-left.svg") no-repeat left center/30px 45px;
}

/* line 7517, C:/Users/lrent/Desktop/new css/scss/style.scss */
#historia-owl .slide-ano .wrapper .time-wrapper .event-owl.owl .owl-controls .owl-nav .owl-next {
  display: inline-block;
  content: " ";
  background: #FFFFFF url("/temas/stricker/images/seta-on-right.svg") no-repeat right center/30px 45px;
  width: 30px;
  height: 45px;
  float: right;
  color: transparent;
}

/* line 7526, C:/Users/lrent/Desktop/new css/scss/style.scss */
#historia-owl .slide-ano .wrapper .time-wrapper .event-owl.owl .owl-controls .owl-nav .owl-next.disabled {
  background: #FFFFFF url("/temas/stricker/images/seta-off-right.svg") no-repeat right center/30px 45px;
}

/* line 7537, C:/Users/lrent/Desktop/new css/scss/style.scss */
#historia-owl .owl-item:nth-child(2n+1) .slide-ano .wrapper {
  bottom: 0px;
}

/* line 7540, C:/Users/lrent/Desktop/new css/scss/style.scss */
#historia-owl .owl-item:nth-child(2n+1) .slide-ano .wrapper .v-line {
  -webkit-box-ordinal-group: 2;
  -moz-box-ordinal-group: 2;
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
}

/* line 7544, C:/Users/lrent/Desktop/new css/scss/style.scss */
#historia-owl .owl-item:nth-child(2n+1) .slide-ano .wrapper .time-wrapper {
  -webkit-box-ordinal-group: 1;
  -moz-box-ordinal-group: 1;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
}

/* line 7548, C:/Users/lrent/Desktop/new css/scss/style.scss */
#historia-owl .owl-item:nth-child(2n+1) .slide-ano .wrapper .time-wrapper .timeline-event .image {
  -webkit-box-ordinal-group: 1;
  -moz-box-ordinal-group: 1;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
}

/* line 7552, C:/Users/lrent/Desktop/new css/scss/style.scss */
#historia-owl .owl-item:nth-child(2n+1) .slide-ano .wrapper .time-wrapper .timeline-event .timeline-event-ano {
  -webkit-box-ordinal-group: 3;
  -moz-box-ordinal-group: 3;
  -ms-flex-order: 3;
  -webkit-order: 3;
  order: 3;
  margin-top: auto;
}

/* line 7557, C:/Users/lrent/Desktop/new css/scss/style.scss */
#historia-owl .owl-item:nth-child(2n+1) .slide-ano .wrapper .time-wrapper .timeline-event .timeline-event-text {
  -webkit-box-ordinal-group: 2;
  -moz-box-ordinal-group: 2;
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
}

/* line 7562, C:/Users/lrent/Desktop/new css/scss/style.scss */
#historia-owl .owl-item:nth-child(2n+1) .slide-ano .wrapper .time-wrapper .event-owl.owl .owl-controls .owl-dots {
  top: -40px;
}

/* line 7570, C:/Users/lrent/Desktop/new css/scss/style.scss */
#historia-owl .owl-item:nth-child(2n) .slide-ano .wrapper {
  top: 0px;
}

/* line 7573, C:/Users/lrent/Desktop/new css/scss/style.scss */
#historia-owl .owl-item:nth-child(2n) .slide-ano .wrapper .v-line {
  -webkit-box-ordinal-group: 1;
  -moz-box-ordinal-group: 1;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
}

/* line 7577, C:/Users/lrent/Desktop/new css/scss/style.scss */
#historia-owl .owl-item:nth-child(2n) .slide-ano .wrapper .time-wrapper {
  -webkit-box-ordinal-group: 2;
  -moz-box-ordinal-group: 2;
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
}

/* line 7581, C:/Users/lrent/Desktop/new css/scss/style.scss */
#historia-owl .owl-item:nth-child(2n) .slide-ano .wrapper .time-wrapper .timeline-event .image {
  -webkit-box-ordinal-group: 2;
  -moz-box-ordinal-group: 2;
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
}

/* line 7585, C:/Users/lrent/Desktop/new css/scss/style.scss */
#historia-owl .owl-item:nth-child(2n) .slide-ano .wrapper .time-wrapper .timeline-event .timeline-event-ano {
  -webkit-box-ordinal-group: 1;
  -moz-box-ordinal-group: 1;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
}

/* line 7588, C:/Users/lrent/Desktop/new css/scss/style.scss */
#historia-owl .owl-item:nth-child(2n) .slide-ano .wrapper .time-wrapper .timeline-event .timeline-event-text {
  -webkit-box-ordinal-group: 3;
  -moz-box-ordinal-group: 3;
  -ms-flex-order: 3;
  -webkit-order: 3;
  order: 3;
}

/* line 7593, C:/Users/lrent/Desktop/new css/scss/style.scss */
#historia-owl .owl-item:nth-child(2n) .slide-ano .wrapper .time-wrapper .event-owl.owl .owl-controls .owl-dots {
  bottom: -30px;
}

/* line 7602, C:/Users/lrent/Desktop/new css/scss/style.scss */
#contactos-wrap {
  display: block;
  padding-bottom: 100px;
}

#contactos-wrap img {
  max-width:100%;
  width:auto;
  height:auto;
}


/* line 7606, C:/Users/lrent/Desktop/new css/scss/style.scss */
#contactos-wrap h1 {
  font: 700 30px/100% "Open Sans", font70108, Arial, Helvetica, sans-serif;
  letter-spacing: 1pt;
  color: #202020;
  margin-bottom: 30px;
  text-transform: uppercase;
  text-align: center;
}

/* line 7615, C:/Users/lrent/Desktop/new css/scss/style.scss */
#contactos-wrap #contactos-intro {
  font: 400 14px/160% "Open Sans", font70108, Arial, Helvetica, sans-serif;
  color: #777777;
  margin: 0 auto;
  text-align: center;
  width: 70%;
  line-height: 170%;
}

/* line 7623, C:/Users/lrent/Desktop/new css/scss/style.scss */
#contactos-wrap #contactos-intro a {
  color: #0084C4;
  line-height: 100%;
  padding-bottom: 1px;
  border-bottom: 1px solid #0084C4;
}

/* line 7631, C:/Users/lrent/Desktop/new css/scss/style.scss */
#contactos-wrap #contactos-loja-wrapper {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -10px;
}

/* line 7637, C:/Users/lrent/Desktop/new css/scss/style.scss */
#contactos-wrap #contactos-loja-wrapper .contactos-loja {
  width: 24%;
  width: calc(25% - 20px);
  border: 1px solid #eeeeee;
  margin: 10px;
}

/* line 7643, C:/Users/lrent/Desktop/new css/scss/style.scss */
#contactos-wrap #contactos-loja-wrapper .contactos-loja .textos {
  padding: 30px 25px;
}

/* line 7646, C:/Users/lrent/Desktop/new css/scss/style.scss */
#contactos-wrap #contactos-loja-wrapper .contactos-loja .textos .titulo {
  font: 700 20px/100% "Open Sans", font70108, Arial, Helvetica, sans-serif;
  letter-spacing: 1pt;
  color: #212121;
  text-transform: uppercase;
  margin-bottom: 10px;
}

/* line 7653, C:/Users/lrent/Desktop/new css/scss/style.scss */
#contactos-wrap #contactos-loja-wrapper .contactos-loja .textos .sub-titulo {
  font: 700 12px/100% "Open Sans", font70108, Arial, Helvetica, sans-serif;
  color: #444444;
  letter-spacing: 1pt;
  text-transform: uppercase;
}

/* line 7659, C:/Users/lrent/Desktop/new css/scss/style.scss */
#contactos-wrap #contactos-loja-wrapper .contactos-loja .textos .morada {
  font: 400 13px/120% "Open Sans", font70108, Arial, Helvetica, sans-serif;
  color: #444444;
  margin-top: 30px;
  margin-bottom: 30px;
}

/* line 7665, C:/Users/lrent/Desktop/new css/scss/style.scss */
#contactos-wrap #contactos-loja-wrapper .contactos-loja .textos .tel {
  font: 400 13px/120% "Open Sans", font70108, Arial, Helvetica, sans-serif;
  color: #444444;
  margin-bottom: 5px;
}

/* line 7670, C:/Users/lrent/Desktop/new css/scss/style.scss */
#contactos-wrap #contactos-loja-wrapper .contactos-loja .textos .fax {
  font: 400 13px/120% "Open Sans", font70108, Arial, Helvetica, sans-serif;
  color: #444444;
  margin-bottom: 10px;
}

/* line 7675, C:/Users/lrent/Desktop/new css/scss/style.scss */
#contactos-wrap #contactos-loja-wrapper .contactos-loja .textos .email {
  display: block;
  font: 700 13px/100% "Open Sans", font70108, Arial, Helvetica, sans-serif;
  color: #444444;
  margin-bottom: 30px;
  text-decoration: underline;
}

/* line 7682, C:/Users/lrent/Desktop/new css/scss/style.scss */
#contactos-wrap #contactos-loja-wrapper .contactos-loja .textos .maps {
  display: block;
  font: 700 11px/120% "Open Sans", font70108, Arial, Helvetica, sans-serif;
  color: #8f8f8f;
  text-transform: uppercase;
  -webkit-transition: color 100ms ease-in-out, background 100ms ease-in-out, opacity 100ms ease-in-out;
  -moz-transition: all 100ms ease-in-out;
  -ms-transition: all 100ms ease-in-out;
  -o-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
}

/* line 7691, C:/Users/lrent/Desktop/new css/scss/style.scss */
#contactos-wrap #contactos-loja-wrapper .contactos-loja, #contactos-wrap #contactos-loja-wrapper .contactos-loja .textos, #contactos-wrap #contactos-loja-wrapper .contactos-loja div, #contactos-wrap #contactos-loja-wrapper .contactos-loja a {
  -webkit-transition: color 100ms ease-in-out, background 100ms ease-in-out, opacity 100ms ease-in-out;
  -moz-transition: all 100ms ease-in-out;
  -ms-transition: all 100ms ease-in-out;
  -o-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
}

/* line 7696, C:/Users/lrent/Desktop/new css/scss/style.scss */
#contactos-wrap #contactos-loja-wrapper .contactos-loja:first-child, #contactos-wrap #contactos-loja-wrapper .contactos-loja:first-child .textos, #contactos-wrap #contactos-loja-wrapper .contactos-loja:hover, #contactos-wrap #contactos-loja-wrapper .contactos-loja:hover .textos {
  background-color: #0082be;
}

/* line 7700, C:/Users/lrent/Desktop/new css/scss/style.scss */
#contactos-wrap #contactos-loja-wrapper .contactos-loja:first-child div, #contactos-wrap #contactos-loja-wrapper .contactos-loja:first-child a, #contactos-wrap #contactos-loja-wrapper .contactos-loja:hover div, #contactos-wrap #contactos-loja-wrapper .contactos-loja:hover a {
  color: #FFFFFF !important;
}

/* line 7704, C:/Users/lrent/Desktop/new css/scss/style.scss */
#contactos-wrap #contactos-loja-wrapper .contactos-loja:first-child .maps, #contactos-wrap #contactos-loja-wrapper .contactos-loja:hover .maps {
  color: white !important;
}

/* line 7713, C:/Users/lrent/Desktop/new css/scss/style.scss */
#faqs-wrapper ul {
  padding-top: 5px;
  background: #F0F0F0;
}

/* line 7717, C:/Users/lrent/Desktop/new css/scss/style.scss */
#faqs-wrapper ul li {
  color: #333333;
  border-bottom: 1px solid #FFFFFF;
}

/* line 7721, C:/Users/lrent/Desktop/new css/scss/style.scss */
#faqs-wrapper ul li .pergunta, #faqs-wrapper ul li .resposta {
  font: 400 16px/110% "Open Sans", font70108, Arial, Helvetica, sans-serif;
  padding: 20px 15px 20px 25px;
  text-transform: uppercase;
}

/* line 7727, C:/Users/lrent/Desktop/new css/scss/style.scss */
#faqs-wrapper ul li .resposta {
  padding-top: 0;
  padding-bottom: 20px;
  text-transform: none;
  font: 400 15px/140% "Lato", Arial, Helvetica, sans-serif;
}

/* line 7733, C:/Users/lrent/Desktop/new css/scss/style.scss */
#faqs-wrapper ul li .resposta p {
  margin: 0;
}

/* line 7741, C:/Users/lrent/Desktop/new css/scss/style.scss */
#faqs-wrapper.categories ul li .pergunta {
  padding: 0;
}

/* line 7744, C:/Users/lrent/Desktop/new css/scss/style.scss */
#faqs-wrapper.categories ul li .pergunta a {
  display: block;
  padding: 20px 15px 20px 25px;
}

/* line 7752, C:/Users/lrent/Desktop/new css/scss/style.scss */
#imagens-ambiente-wrapper {
  margin-top: -48px;
}

/* line 7755, C:/Users/lrent/Desktop/new css/scss/style.scss */
#imagens-ambiente-wrapper a:focus, #imagens-ambiente-wrapper a:hover {
  opacity: 0.95;
}

/* line 7759, C:/Users/lrent/Desktop/new css/scss/style.scss */
#imagens-ambiente-wrapper .owl-slide {
  position: relative;
}

/* line 7763, C:/Users/lrent/Desktop/new css/scss/style.scss */
#imagens-ambiente-wrapper .texto {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

/* line 7770, C:/Users/lrent/Desktop/new css/scss/style.scss */
#imagens-ambiente-wrapper .texto .full-page {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  text-align: center;
  height: 100%;
  max-width: 700px;
}

/* line 7779, C:/Users/lrent/Desktop/new css/scss/style.scss */
#imagens-ambiente-wrapper .texto .full-page .linha1 {
  font: 700 30px/120% "Open Sans", font70108, Arial, Helvetica, sans-serif;
  letter-spacing: 1pt;
  padding: 10px 0;
}

/* line 7784, C:/Users/lrent/Desktop/new css/scss/style.scss */
#imagens-ambiente-wrapper .texto .full-page .linha2 {
  font: 400 28px/130% "Open Sans", font70108, Arial, Helvetica, sans-serif;
  padding: 10px 0;
}

/* line 7792, C:/Users/lrent/Desktop/new css/scss/style.scss */
.captchaWrap > div {
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

/* line 7798, C:/Users/lrent/Desktop/new css/scss/style.scss */
.captchaWrap > div img {
  margin-right: 0px;
  width: 120px;
  padding: 5px;
  border: 1px solid #CCCCCC;
  background: #FFFFFF;
}

/* line 7806, C:/Users/lrent/Desktop/new css/scss/style.scss */
.captchaWrap > div input#security_code {
  margin-top: 0;
  letter-spacing: 5px;
  width: 125px !important;
  font-weight: 400;
  font-size: 13px;
}

/* line 7814, C:/Users/lrent/Desktop/new css/scss/style.scss */
.captchaWrap > div span {
  width: 100%;
  float: none;
}

/* line 7820, C:/Users/lrent/Desktop/new css/scss/style.scss */
.sysMessage {
  margin-top: 100px;
  margin-bottom: 100px;
}

/* line 7824, C:/Users/lrent/Desktop/new css/scss/style.scss */
.sysMessage .title {
  font: 400 20px/120% "Open Sans", font70108, Arial, Helvetica, sans-serif;
}

/* line 7827, C:/Users/lrent/Desktop/new css/scss/style.scss */
.sysMessage .title span {
  font-size: 50px;
}

/* line 7832, C:/Users/lrent/Desktop/new css/scss/style.scss */
.sysMessage .msg {
  font: 400 15px/130% "Lato", Arial, Helvetica, sans-serif;
}

/* line 7835, C:/Users/lrent/Desktop/new css/scss/style.scss */
.sysMessage .msg span {
  display: block;
  color: #000000;
  margin: 5px 0;
  word-wrap: break-word;
}

/* line 7844, C:/Users/lrent/Desktop/new css/scss/style.scss */
#mobile-menu {
  position: fixed;
  top: 0;
  right: -480px;
  min-width: 320px;
  width: 470px;
  max-width: 100vw;
  height: 120vh;
  height: calc(100vh + 80px);
  background: #FFFFFF;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
  z-index: 130;
  -webkit-transition: color 180ms cubic-bezier(0.7, 0, 0.3, 1), background 180ms cubic-bezier(0.7, 0, 0.3, 1), opacity 180ms cubic-bezier(0.7, 0, 0.3, 1);
  -moz-transition: all 180ms cubic-bezier(0.7, 0, 0.3, 1);
  -ms-transition: all 180ms cubic-bezier(0.7, 0, 0.3, 1);
  -o-transition: all 180ms cubic-bezier(0.7, 0, 0.3, 1);
  transition: all 180ms cubic-bezier(0.7, 0, 0.3, 1);
  /* Super Fast */
  -webkit-transform: translateZ(0) translateX(0);
  -moz-transform: translateZ(0) translateX(0);
  -ms-transform: translateZ(0) translateX(0);
  -o-transform: translateZ(0) translateX(0);
  transform: translateZ(0) translateX(0);
}

/* line 7865, C:/Users/lrent/Desktop/new css/scss/style.scss */
#mobile-menu.slide {
  -moz-transition: none;
  -webkit-transition: none;
  -o-transition: color 0 ease-in;
  transition: none;
}

/* line 7872, C:/Users/lrent/Desktop/new css/scss/style.scss */
#mobile-menu.open {
  /* Super Fast */
  -webkit-transform: translateZ(0) translateX(-470px);
  -moz-transform: translateZ(0) translateX(-470px);
  -ms-transform: translateZ(0) translateX(-470px);
  -o-transform: translateZ(0) translateX(-470px);
  transform: translateZ(0) translateX(-470px);
  -webkit-transition: color 250ms cubic-bezier(0.7, 0, 0.3, 1), background 250ms cubic-bezier(0.7, 0, 0.3, 1), opacity 250ms cubic-bezier(0.7, 0, 0.3, 1);
  -moz-transition: all 250ms cubic-bezier(0.7, 0, 0.3, 1);
  -ms-transition: all 250ms cubic-bezier(0.7, 0, 0.3, 1);
  -o-transition: all 250ms cubic-bezier(0.7, 0, 0.3, 1);
  transition: all 250ms cubic-bezier(0.7, 0, 0.3, 1);
}

/* line 7882, C:/Users/lrent/Desktop/new css/scss/style.scss */
#mobile-menu > .top {
  display: block;
  width: 100%;
  height: 65px;
}

/* line 7887, C:/Users/lrent/Desktop/new css/scss/style.scss */
#mobile-menu > .top #your-account-button {
  display: inline-block;
  background: #00598f;
  padding: 20px 45px 20px 45px;
  cursor: pointer;
  background: #329BC8 url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='24' height='24' transform=''%3E%3Cpath fill='white' stroke='transparent' stroke-width='0' style='' d='M 12.1351 0.1752 L 7 5.3104 L 1.8649 0.1752 L 0.28 1.76 L 7 8.48 L 13.72 1.76 L 12.1351 0.1752 Z'/%3E%3C/svg%3E") no-repeat right 30px top 65%/20px 20px;
  height: 65px;
  width: 240px;
  -webkit-transition: color 200ms ease-in-out, background 200ms ease-in-out, opacity 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

/* line 7898, C:/Users/lrent/Desktop/new css/scss/style.scss */
#mobile-menu > .top #your-account-button.open {
  background: #004772 url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='24' height='24' transform='matrix(-1, 0, 0, -1, 14, 8.7001)'%3E%3Cpath fill='white' stroke='transparent' stroke-width='0' style='' d='M 12.1351,0.1752 7,5.3104 1.8649,0.1752 0.28,1.76 7,8.48 13.72,1.76 12.1351,0.1752 Z'/%3E%3C/svg%3E") no-repeat right 30px top 65%/20px 20px;
}

/* line 7902, C:/Users/lrent/Desktop/new css/scss/style.scss */
#mobile-menu > .top #your-account-button .titulo {
  color: #FFFFFF;
  font: 400 11px/120% "Open Sans", font70108, Arial, Helvetica, sans-serif;
  letter-spacing: 1pt;
  text-transform: uppercase;
}

/* line 7909, C:/Users/lrent/Desktop/new css/scss/style.scss */
#mobile-menu > .top #your-account-button .nome {
  color: #FFFFFF;
  font: 700 13px/120% "Open Sans", font70108, Arial, Helvetica, sans-serif;
  letter-spacing: 1pt;
  text-transform: uppercase;
}

/* line 7917, C:/Users/lrent/Desktop/new css/scss/style.scss */
#mobile-menu > .top #close-menu {
  display: block;
  margin-right: calc(4vw + 10px);
  background: transparent url("/temas/stricker/images/close_window_3.svg") no-repeat scroll center center/28px 28px;
  float: right;
  height: 65px;
  width: 40px;
  cursor: pointer;
}

/* line 7928, C:/Users/lrent/Desktop/new css/scss/style.scss */
#mobile-menu > .scroll {
  display: block;
  overflow-y: auto;
  width: 100%;
  height: 100%;
  height: calc(100% - 65px);
  padding-bottom: 80px;
}

/* line 7936, C:/Users/lrent/Desktop/new css/scss/style.scss */
#mobile-menu > .scroll #your-account-menu {
  background: #004772;
  padding: 40px;
  box-shadow: inset 0px -28px 16px -27px rgba(0, 0, 0, 0.25);
}

/* line 7942, C:/Users/lrent/Desktop/new css/scss/style.scss */
#mobile-menu > .scroll #your-account-menu .logout {
  display: inline-block;
  margin-right: 15px;
  margin-bottom: 15px;
  vertical-align: top;
}

/* line 7948, C:/Users/lrent/Desktop/new css/scss/style.scss */
#mobile-menu > .scroll #your-account-menu .logout a {
  background: #00679e url("/temas/stricker/images/logout.svg") no-repeat scroll left 12px center/15px 15px;
  border-radius: 5px;
  color: #FFFFFF;
  display: inline-block;
  font: 400 10px/100% "Open Sans", font70108, Arial, Helvetica, sans-serif;
  padding: 13px 20px 13px 35px;
  text-transform: uppercase;
}

/* line 7959, C:/Users/lrent/Desktop/new css/scss/style.scss */
#mobile-menu > .scroll #your-account-menu .help {
  display: inline-block;
  margin-bottom: 15px;
}

/* line 7963, C:/Users/lrent/Desktop/new css/scss/style.scss */
#mobile-menu > .scroll #your-account-menu .help span {
  color: #e4ab00;
  font: 700 10px/100% "Open Sans", font70108, Arial, Helvetica, sans-serif;
  letter-spacing: 1pt;
  text-transform: uppercase;
}

/* line 7970, C:/Users/lrent/Desktop/new css/scss/style.scss */
#mobile-menu > .scroll #your-account-menu .help a {
  border-bottom: 1px solid #ffffff;
  color: #FFFFFF;
  display: inline-block;
  font: 700 10px/100% "Open Sans", font70108, Arial, Helvetica, sans-serif;
  letter-spacing: 1pt;
  margin-left: 5px;
  padding-bottom: 3px;
  text-transform: uppercase;
}

/* line 7981, C:/Users/lrent/Desktop/new css/scss/style.scss */
#mobile-menu > .scroll #your-account-menu .help .reactivar-ajudas {
  margin-left: 0px;
  font: 700 9px/100% "Open Sans", font70108, Arial, Helvetica, sans-serif;
  padding: 3px 0 0 0;
  letter-spacing: 0.5pt;
  border-bottom: 0;
  text-decoration: underline;
  display: block;
  cursor: pointer;
}

/* line 7991, C:/Users/lrent/Desktop/new css/scss/style.scss */
#mobile-menu > .scroll #your-account-menu .help .reactivar-ajudas.hide {
  display: none;
}

/* line 7997, C:/Users/lrent/Desktop/new css/scss/style.scss */
#mobile-menu > .scroll #your-account-menu ul {
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
}

/* line 8000, C:/Users/lrent/Desktop/new css/scss/style.scss */
#mobile-menu > .scroll #your-account-menu ul li {
  margin: 10px 0;
  display: inline-block;
  width: 100%;
}

/* line 8005, C:/Users/lrent/Desktop/new css/scss/style.scss */
#mobile-menu > .scroll #your-account-menu ul li a {
  font: 400 12px/120% "Open Sans", font70108, Arial, Helvetica, sans-serif;
  color: #FFFFFF;
  text-transform: uppercase;
  background: transparent url("/temas/stricker/images/bullet_menuAreaPrivada.svg") no-repeat left top 5px;
  background-size: 7px 10px;
  padding: 3px 0 3px 15px;
  display: inline-block;
}

/* line 8020, C:/Users/lrent/Desktop/new css/scss/style.scss */
.catalogue-item {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}

/* line 8024, C:/Users/lrent/Desktop/new css/scss/style.scss */
.catalogue-item .img-wrap {
  width: auto;
}

/* line 8027, C:/Users/lrent/Desktop/new css/scss/style.scss */
.catalogue-item .img-wrap.placeholder {
  background: #D6D6D6;
}

/* line 8033, C:/Users/lrent/Desktop/new css/scss/style.scss */
.catalogue-item .titulo-wrap .titulo {
  font: 700 17px/100% "Open Sans", font70108, Arial, Helvetica, sans-serif;
  color: #222222;
  margin-bottom: 5px;
  text-transform: none;
  letter-spacing: 0;
}

/* line 8041, C:/Users/lrent/Desktop/new css/scss/style.scss */
.catalogue-item .titulo-wrap .sub-titulo {
  font: 400 14px/100% "Open Sans", font70108, Arial, Helvetica, sans-serif;
  color: #666666;
  text-transform: none;
  letter-spacing: 0;
}

/* line 8050, C:/Users/lrent/Desktop/new css/scss/style.scss */
#top-menus.small + #mobile-menu > .top {
  height: 58px;
}

/* line 8053, C:/Users/lrent/Desktop/new css/scss/style.scss */
#top-menus.small + #mobile-menu > .top #close-menu {
  height: 58px;
}

/* line 8056, C:/Users/lrent/Desktop/new css/scss/style.scss */
#top-menus.small + #mobile-menu > .top #your-account-button {
  padding-top: 15px;
  height: 58px;
}

/* line 8063, C:/Users/lrent/Desktop/new css/scss/style.scss */
.menu__link .catalogue-item {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}

/* line 8067, C:/Users/lrent/Desktop/new css/scss/style.scss */
.menu__link .catalogue-item .img-wrap {
  width: auto;
  margin: 3px 20px 3px 3px;
  box-shadow: 0 0 0 3px #EEEEEE;
  height: 113px;
  width: 94px;
}

/* line 8074, C:/Users/lrent/Desktop/new css/scss/style.scss */
.menu__link .catalogue-item .img-wrap img {
  height: 113px;
}

/* line 8079, C:/Users/lrent/Desktop/new css/scss/style.scss */
.menu__link .catalogue-item .titulo-wrap {
  padding-right: 10px;
}

/* line 8084, C:/Users/lrent/Desktop/new css/scss/style.scss */
.menu__link .service-item {
  display: inline-block;
  width: 160px;
}

/* line 8089, C:/Users/lrent/Desktop/new css/scss/style.scss */
.menu__item:not(:first-child) .sercice-cat {
  margin-top: 30px;
}

/* line 8093, C:/Users/lrent/Desktop/new css/scss/style.scss */
#cookiePolicy {
  background-color: #0D89BF;
  background-image: none;
  border-color: #0D89BF;
  color: #FFFFFF;
  font: 400 15px/120% "Lato", Arial, Helvetica, sans-serif;
  text-align: center;
  padding-left: 0;
  padding-right: 0;
  border:0;
  box-shadow: 0px 0px 10px rgba(0,0,0,.8);
}

/* line 8103, C:/Users/lrent/Desktop/new css/scss/style.scss */
#cookiePolicy .full-page {
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  background: transparent url("/temas/stricker/images/info.png") no-repeat left 0 center;
  text-align: left;
  padding: 0 15px 0 60px;
}

/* line 8113, C:/Users/lrent/Desktop/new css/scss/style.scss */
#cookiePolicy .full-page .info {
  width: 90%;
}

/* line 8116, C:/Users/lrent/Desktop/new css/scss/style.scss */
#cookiePolicy .full-page .info span {
  font-weight: 700;
}

/* line 8120, C:/Users/lrent/Desktop/new css/scss/style.scss */
#cookiePolicy .full-page .info p {
  margin: 0;
  font-size: 13px;
}

/* line 8124, C:/Users/lrent/Desktop/new css/scss/style.scss */
#cookiePolicy .full-page .info p a {
  color: #FFFFFF;
  text-decoration: none;
  padding-bottom: 0px;
  border-bottom: 1px solid #FFFFFF;
  margin-left: 5px;
}

/* line 8133, C:/Users/lrent/Desktop/new css/scss/style.scss */
#cookiePolicy .full-page > span {
  position: initial;
  top: 0;
  right: 0;
  padding: 5px 10px;
  background-color: rgba(0, 0, 0, 0.5);
  text-transform: uppercase;
  -webkit-transition: color 125ms ease-in-out, background 125ms ease-in-out, opacity 125ms ease-in-out;
  -moz-transition: all 125ms ease-in-out;
  -ms-transition: all 125ms ease-in-out;
  -o-transition: all 125ms ease-in-out;
  transition: all 125ms ease-in-out;
}

/* line 8142, C:/Users/lrent/Desktop/new css/scss/style.scss */
#cookiePolicy .full-page > span:focus, #cookiePolicy .full-page > span:hover {
  background-color: rgba(0, 0, 0, 0.4);
}

/* line 8150, C:/Users/lrent/Desktop/new css/scss/style.scss */
#top-menus #menu-catalogo-servicos {
  width: 100%;
  background: #F9F9F9;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.5);
}

/* line 8156, C:/Users/lrent/Desktop/new css/scss/style.scss */
#top-menus #menu-catalogo-servicos .full-page .sub-menu {
  display: inline-block;
  width: 100%;
  padding: 35px 0;
}

/* line 8161, C:/Users/lrent/Desktop/new css/scss/style.scss */
#top-menus #menu-catalogo-servicos .full-page .sub-menu.catalogo {
  text-align: center;
}

/* line 8164, C:/Users/lrent/Desktop/new css/scss/style.scss */
#top-menus #menu-catalogo-servicos .full-page .sub-menu.catalogo a {
  display: inline-block;
  vertical-align: top;
  padding: 10px 35px;
}

/* line 8169, C:/Users/lrent/Desktop/new css/scss/style.scss */
#top-menus #menu-catalogo-servicos .full-page .sub-menu.catalogo a .catalogue-item {
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}

/* line 8173, C:/Users/lrent/Desktop/new css/scss/style.scss */
#top-menus #menu-catalogo-servicos .full-page .sub-menu.catalogo a .catalogue-item .img-wrap {
  border: 3px solid #EEEEEE;
  max-height: 180px;
  max-width: 150px;
}

/* line 8181, C:/Users/lrent/Desktop/new css/scss/style.scss */
#top-menus #menu-catalogo-servicos .full-page .sub-menu.catalogo a .catalogue-item .titulo-wrap {
  margin-top: 20px;
}

/* line 8184, C:/Users/lrent/Desktop/new css/scss/style.scss */
#top-menus #menu-catalogo-servicos .full-page .sub-menu.catalogo a .catalogue-item .titulo-wrap .titulo {
  font: 700 16px/100% "Open Sans", font70108, Arial, Helvetica, sans-serif;
  margin-bottom: 10px;
}

/* line 8189, C:/Users/lrent/Desktop/new css/scss/style.scss */
#top-menus #menu-catalogo-servicos .full-page .sub-menu.catalogo a .catalogue-item .titulo-wrap .sub-titulo {
  font: 400 13px/100% "Open Sans", font70108, Arial, Helvetica, sans-serif;
}

/* line 8198, C:/Users/lrent/Desktop/new css/scss/style.scss */
#top-menus #menu-catalogo-servicos .full-page .sub-menu.servicos .cat {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

/* line 8203, C:/Users/lrent/Desktop/new css/scss/style.scss */
#top-menus #menu-catalogo-servicos .full-page .sub-menu.servicos .cat a {
  padding: 25px 25px;
}

/* line 8206, C:/Users/lrent/Desktop/new css/scss/style.scss */
#top-menus #menu-catalogo-servicos .full-page .sub-menu.servicos .cat a.pai {
  padding: 25px 50px 25px 0;
}

/* line 8212, C:/Users/lrent/Desktop/new css/scss/style.scss */
#top-menus #menu-catalogo-servicos .full-page .sub-menu.servicos .cat:not(:first-child) {
  border-top: 1px solid #DDDDDD;
}

/* line 8220, C:/Users/lrent/Desktop/new css/scss/style.scss */
#top-menus.small #menu-catalogo-servicos .full-page .sub-menu {
  padding: 25px 0;
}

/* line 8226, C:/Users/lrent/Desktop/new css/scss/style.scss */
#top-menus #small-menu .sub-menu,
#top-menus #bottom-menu .sub-menu {
  position: relative;
}

/* line 8230, C:/Users/lrent/Desktop/new css/scss/style.scss */
#top-menus #small-menu .sub-menu:focus,
#top-menus #bottom-menu .sub-menu:focus {
  opacity: 1;
}

/* line 8234, C:/Users/lrent/Desktop/new css/scss/style.scss */
#top-menus #small-menu .sub-menu.open:after,
#top-menus #bottom-menu .sub-menu.open:after {
  content: " ";
  background: transparent url("/temas/stricker/images/seta_menuHover.png") no-repeat center center;
  width: 16px;
  height: 6px;
  position: absolute;
  top: 88%;
  top: calc(100% - 6px);
  left: 0;
  width: 100%;
}

/* line 8247, C:/Users/lrent/Desktop/new css/scss/style.scss */
#top-menus #small-menu .sub-menu.open:after {
  top: 100%;
}

/* line 8254, C:/Users/lrent/Desktop/new css/scss/style.scss */
#popup-wrapper #popup-link:focus, #popup-wrapper #popup-link:hover {
  opacity: 1;
}

/* line 8259, C:/Users/lrent/Desktop/new css/scss/style.scss */
#popup-wrapper #popup-text {
  display: block;
  margin: 20px;
  font: 400 14px/120% "Lato", Arial, Helvetica, sans-serif;
}

/* line 8264, C:/Users/lrent/Desktop/new css/scss/style.scss */
#popup-wrapper #popup-text p {
  margin: 0;
}

/* line 8270, C:/Users/lrent/Desktop/new css/scss/style.scss */
#html.tpl-pesquisa h1 {
  text-transform: uppercase;
}

/* line 8274, C:/Users/lrent/Desktop/new css/scss/style.scss */
#search-box {
  display: block;
  margin:30px 0 30px 0;
}

/* line 8278, C:/Users/lrent/Desktop/new css/scss/style.scss */
#search-box form {
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

/* line 8283, C:/Users/lrent/Desktop/new css/scss/style.scss */
#search-box form input[type='text'] {
  display: block;
  margin-right: 10px;
  border-color: #AAAAAA;
  margin-bottom: 0;
  width: auto;
}

/* line 8291, C:/Users/lrent/Desktop/new css/scss/style.scss */
#search-box form input[type='submit'] {
  padding: 5px 20px;
  background: #339BCB;
  color: #FFFFFF;
  font: 400 14px/100% "Open Sans", font70108, Arial, Helvetica, sans-serif;
  border: 0;
}

/* line 8301, C:/Users/lrent/Desktop/new css/scss/style.scss */
#search-summary {
  display: block;
  margin: 0 0 15px 0;
  font: 400 13px/100% "Open Sans", font70108, Arial, Helvetica, sans-serif;
}

/* line 8306, C:/Users/lrent/Desktop/new css/scss/style.scss */
#search-summary + .navbar {
  margin-top: 0;
}

/* line 8311, C:/Users/lrent/Desktop/new css/scss/style.scss */
.search_results {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin: 0;
  padding: 15px 0;
  border: 0 !important;
  border-bottom: 1px solid #CCCCCC !important;
  font: 400 13px/130% "Open Sans", font70108, Arial, Helvetica, sans-serif;
  color: #555555;
  clear: both;
}

/* line 8324, C:/Users/lrent/Desktop/new css/scss/style.scss */
.search_results:first-child {
  padding-top: 0;
}

/* line 8328, C:/Users/lrent/Desktop/new css/scss/style.scss */
.search_results:last-child {
  border-bottom: 0 !important;
}

/* line 8332, C:/Users/lrent/Desktop/new css/scss/style.scss */
.search_results .tag {
  display: inline-block;
  margin-left: 15px;
  width: auto;
  font-size: 10px;
  line-height: 100%;
  position: relative;
  top: -2px;
  right: auto;
  bottom: auto;
  left: auto;
}

/* line 8346, C:/Users/lrent/Desktop/new css/scss/style.scss */
.search_results .referencia {
  color: #0082BE;
  font-size: 14px;
  font-weight: 700;
}

/* line 8352, C:/Users/lrent/Desktop/new css/scss/style.scss */
.search_results .colors {
  display: inline-block;
  margin: 0 0 0 10px;
}

/* line 8356, C:/Users/lrent/Desktop/new css/scss/style.scss */
.search_results .colors li {
  display: inline-block;
  width: 10px;
  height: 10px;
  content: " ";
  margin-left: 2px;
  border: 1px solid #999999;
  background-color: #FFFFFF;
  background-repeat: no-repeat;
  background-position: center center;
}

/* line 8369, C:/Users/lrent/Desktop/new css/scss/style.scss */
.search_results .from-wrap {
  font: 700 13px/100% "Open Sans", font70108, Arial, Helvetica, sans-serif;
  color: #444444;
}

/* line 8373, C:/Users/lrent/Desktop/new css/scss/style.scss */
.search_results .from-wrap .from {
  font: 400 11px/100% "Open Sans", font70108, Arial, Helvetica, sans-serif;
  color: #444444;
}

/* line 8379, C:/Users/lrent/Desktop/new css/scss/style.scss */
.search_results .img {
  margin-right: 20px;
}

/* line 8382, C:/Users/lrent/Desktop/new css/scss/style.scss */
.search_results .img + .info {
  padding-top: 10px;
}

/* line 8387, C:/Users/lrent/Desktop/new css/scss/style.scss */
.search_results.produto .img + .info {
  width: 100%;
}

/* line 8391, C:/Users/lrent/Desktop/new css/scss/style.scss */
.search_results .titulo {
  display: block;
  margin: 0 0 10px 0;
  font: 400 18px/110% "Open Sans", font70108, Arial, Helvetica, sans-serif;
  color: #0082BE;
}

/* line 8399, C:/Users/lrent/Desktop/new css/scss/style.scss */
.search_results .resumo {
  margin: 13px 0;
}

/* line 8402, C:/Users/lrent/Desktop/new css/scss/style.scss */
.search_results .resumo p {
  margin: 0;
}

/* line 8407, C:/Users/lrent/Desktop/new css/scss/style.scss */
.search_results .highlight {
  background-color: rgba(0, 130, 190, 0.9);
  color: white;
  padding-left: 3px;
  padding-right: 3px;
}

/* line 8415, C:/Users/lrent/Desktop/new css/scss/style.scss */
#search-alternative-intro {
  display: block;
  margin: 30px 0 10px 0;
  font: 700 19px/100% "Open Sans", font70108, Arial, Helvetica, sans-serif;
  color: #222222;
}

/* line 8422, C:/Users/lrent/Desktop/new css/scss/style.scss */
#html[class*='tpl-clientes'] h1 {
  font: 700 30px/100% "Open Sans", font70108, Arial, Helvetica, sans-serif;
  letter-spacing: 1pt;
  color: #202020;
  margin-bottom: 30px;
  text-transform: uppercase;
  text-align: center;
}

/* line 8432, C:/Users/lrent/Desktop/new css/scss/style.scss */
#clientes-wrap #clientes-intro {
  line-height: 120%;
  text-align: center;
}

/* line 8437, C:/Users/lrent/Desktop/new css/scss/style.scss */
#clientes-wrap form, #clientes-wrap .form-clone {
  margin: 0 0 30px 0;
  padding: 60px 85px;
  background: #F9F9F9;
  position: relative;
}

/* line 8443, C:/Users/lrent/Desktop/new css/scss/style.scss */
#clientes-wrap form#frm2Login, #clientes-wrap form#frm2Recover, #clientes-wrap form#frm2Reset, #clientes-wrap .form-clone#frm2Login, #clientes-wrap .form-clone#frm2Recover, #clientes-wrap .form-clone#frm2Reset {
  margin: 10px 0 30px 0;
  padding: 30px 43px;
  text-align: center;
}

/* line 8448, C:/Users/lrent/Desktop/new css/scss/style.scss */
#clientes-wrap form#frm2Login .field, #clientes-wrap form#frm2Recover .field, #clientes-wrap form#frm2Reset .field, #clientes-wrap .form-clone#frm2Login .field, #clientes-wrap .form-clone#frm2Recover .field, #clientes-wrap .form-clone#frm2Reset .field {
  text-align: left;
  box-sizing: initial;
}

/* line 8452, C:/Users/lrent/Desktop/new css/scss/style.scss */
#clientes-wrap form#frm2Login .field.submit, #clientes-wrap form#frm2Recover .field.submit, #clientes-wrap form#frm2Reset .field.submit, #clientes-wrap .form-clone#frm2Login .field.submit, #clientes-wrap .form-clone#frm2Recover .field.submit, #clientes-wrap .form-clone#frm2Reset .field.submit {
  text-align: center;
}

/* line 8457, C:/Users/lrent/Desktop/new css/scss/style.scss */
#clientes-wrap form#frm2Login #btn-recuperar, #clientes-wrap form#frm2Recover #btn-recuperar, #clientes-wrap form#frm2Reset #btn-recuperar, #clientes-wrap .form-clone#frm2Login #btn-recuperar, #clientes-wrap .form-clone#frm2Recover #btn-recuperar, #clientes-wrap .form-clone#frm2Reset #btn-recuperar {
  display: inline-block;
  margin: 25px 0 0 0;
  font-size: 13px;
}

/* line 8464, C:/Users/lrent/Desktop/new css/scss/style.scss */
#clientes-wrap form .campos-obrigatorios, #clientes-wrap .form-clone .campos-obrigatorios {
  position: absolute;
  top: 20px;
  right: 20px;
  font: 400 13px/120% "Open Sans", font70108, Arial, Helvetica, sans-serif;
}

/* line 8470, C:/Users/lrent/Desktop/new css/scss/style.scss */
#clientes-wrap form .campos-obrigatorios font, #clientes-wrap .form-clone .campos-obrigatorios font {
  font-weight: 400;
  font-size: 20px;
  line-height: 13px;
  vertical-align: sub;
}

/* line 8479, C:/Users/lrent/Desktop/new css/scss/style.scss */
#clientes-wrap form#frm2Recover .campos-obrigatorios, #clientes-wrap form#frm2Reset .campos-obrigatorios, #clientes-wrap .form-clone#frm2Recover .campos-obrigatorios, #clientes-wrap .form-clone#frm2Reset .campos-obrigatorios {
  margin: 20px 0 0 0;
  color: #868686;
  position: relative;
  top: auto;
  right: auto;
}

/* line 8489, C:/Users/lrent/Desktop/new css/scss/style.scss */
#clientes-wrap form fieldset, #clientes-wrap .form-clone fieldset {
  margin: 0px;
  padding: 0px;
  border: 0px;
}

/* line 8494, C:/Users/lrent/Desktop/new css/scss/style.scss */
#clientes-wrap form fieldset legend, #clientes-wrap .form-clone fieldset legend {
  margin: 40px 0 35px 0;
  font: 700 18px/120% "Open Sans", font70108, Arial, Helvetica, sans-serif;
  letter-spacing: 1px;
  color: #000000;
  text-transform: uppercase;
}

/* line 8502, C:/Users/lrent/Desktop/new css/scss/style.scss */
#clientes-wrap form fieldset:first-of-type legend, #clientes-wrap .form-clone fieldset:first-of-type legend {
  margin-top: 0;
}

/* line 8507, C:/Users/lrent/Desktop/new css/scss/style.scss */
#clientes-wrap form label, #clientes-wrap form .captchaWrap > div span, #clientes-wrap .form-clone label, #clientes-wrap .form-clone .captchaWrap > div span {
  display: inline-block;
  margin: 15px 0 10px 0;
  padding: 0 30px 0 2px;
  font: 400 12px/100% "Open Sans", font70108, Arial, Helvetica, sans-serif;
  letter-spacing: 1px;
  color: #868686;
  text-transform: uppercase;
  cursor: pointer;
  width: 100%;
}

/* line 8519, C:/Users/lrent/Desktop/new css/scss/style.scss */
#clientes-wrap form label, #clientes-wrap .form-clone label {
  text-overflow: ellipsis;
  overflow: hidden;
  word-wrap: break-word;
}

/* line 8525, C:/Users/lrent/Desktop/new css/scss/style.scss */
#clientes-wrap form input[type="checkbox"].style-checkbox, #clientes-wrap .form-clone input[type="checkbox"].style-checkbox {
  display: none;
  visibility: hidden;
}

/* line 8530, C:/Users/lrent/Desktop/new css/scss/style.scss */
#clientes-wrap form input[type="checkbox"].style-checkbox + label, #clientes-wrap .form-clone input[type="checkbox"].style-checkbox + label {
  display: inline-block;
  margin: 0;
  padding: 0;
  width: 48px;
  height: 24px;
  border: 1px solid #CCCCCC;
  border-radius: 15px;
  cursor: pointer;
  font: 0px;
  text-indent: -99999px;
  background: #EEEEEE url("/temas/stricker/images/radioButton-off.svg") no-repeat scroll left center;
  background-size: 24px 24px;
  -webkit-transition: color 150ms ease-in-out, background 150ms ease-in-out, opacity 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  -ms-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}

/* line 8547, C:/Users/lrent/Desktop/new css/scss/style.scss */
#clientes-wrap form input[type="checkbox"].style-checkbox:checked + label, #clientes-wrap .form-clone input[type="checkbox"].style-checkbox:checked + label {
  background-color: #FBFBFB;
  background-image: url("/temas/stricker/images/radioButton.svg");
  background-position: right center;
}

/* line 8553, C:/Users/lrent/Desktop/new css/scss/style.scss */
#clientes-wrap form .captchaWrap > div span, #clientes-wrap .form-clone .captchaWrap > div span {
  margin: 10px 0 15px 0;
  padding: 0;
  font-size: 13px;
  line-height: 120%;
  letter-spacing: 0px;
  text-transform: none;
  cursor: auto;
}

/* line 8563, C:/Users/lrent/Desktop/new css/scss/style.scss */
#clientes-wrap form .required, #clientes-wrap .form-clone .required {
  position: absolute;
  top: 18px;
  right: 4px;
}

/* line 8568, C:/Users/lrent/Desktop/new css/scss/style.scss */
#clientes-wrap form .required:before, #clientes-wrap .form-clone .required:before {
  content: "*";
  color: #FF0000;
  font-weight: 400;
  font-size: 20px;
  line-height: 13px;
}

/* line 8577, C:/Users/lrent/Desktop/new css/scss/style.scss */
#clientes-wrap form input[type='submit'], #clientes-wrap .form-clone input[type='submit'] {
  margin-top: 20px;
}

/* line 8583, C:/Users/lrent/Desktop/new css/scss/style.scss */
#clientes-obrigado-wrap {
  display: block;
  margin: 0;
  padding: 0;
  text-align: center;
}

/* line 8589, C:/Users/lrent/Desktop/new css/scss/style.scss */
#clientes-obrigado-wrap p {
  margin: 0;
  padding: 0;
  line-height: 120%;
  color: #333333;
}

/* line 8595, C:/Users/lrent/Desktop/new css/scss/style.scss */
#clientes-obrigado-wrap p > a {
  color: #0082be;
}

/* line 8601, C:/Users/lrent/Desktop/new css/scss/style.scss */
#html.tpl-produtos_favoritos #catalogo-wrap .full-page {
  padding: 55px 90px 130px 90px;
}

/* line 8606, C:/Users/lrent/Desktop/new css/scss/style.scss */
#area-reservada .full-page {
  padding: 55px 90px 130px 90px;
  background: #F9F9F9;
}

/* line 8610, C:/Users/lrent/Desktop/new css/scss/style.scss */
#area-reservada .full-page > form {
  font-size: 0px;
}

/* line 8613, C:/Users/lrent/Desktop/new css/scss/style.scss */
#area-reservada .full-page > form #intro-save {
  display: block;
  margin: 0 0 30px 0;
  padding: 0;
  font: 400 14px/120% "Open Sans", font70108, Arial, Helvetica, sans-serif;
  color: #333333;
}

/* line 8621, C:/Users/lrent/Desktop/new css/scss/style.scss */
#area-reservada .full-page > form label {
  display: block;
  margin-bottom: 10px;
  font: 400 12px/100% "Open Sans", font70108, Arial, Helvetica, sans-serif;
  color: #858585;
  letter-spacing: 1pt;
  text-transform: uppercase;
  cursor: pointer;
}

/* line 8631, C:/Users/lrent/Desktop/new css/scss/style.scss */
#area-reservada .full-page > form input[type='text'] {
  margin: 0 10px 0 0;
  max-width: 300px;
  vertical-align: top;
  border-color: #CCCCCC;
}

/* line 8638, C:/Users/lrent/Desktop/new css/scss/style.scss */
#area-reservada .full-page > form input[type='submit'] {
  margin: 0;
  padding: 10px 15px;
  font: 400 13px/100% "Open Sans", font70108, Arial, Helvetica, sans-serif;
  height: 50px;
  vertical-align: top;
}

/* line 8647, C:/Users/lrent/Desktop/new css/scss/style.scss */
#area-reservada .full-page #area-reservada-options {
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #E0E0E0;
}

/* line 8657, C:/Users/lrent/Desktop/new css/scss/style.scss */
#area-reservada .full-page #area-reservada-options h2 {
  display: inline-block;
  margin: 0;
  font: 400 22px/120% "Open Sans", font70108, Arial, Helvetica, sans-serif;
}

/* line 8663, C:/Users/lrent/Desktop/new css/scss/style.scss */
#area-reservada .full-page #area-reservada-options div {
  margin-right: 20px;
}

/* line 8666, C:/Users/lrent/Desktop/new css/scss/style.scss */
#area-reservada .full-page #area-reservada-options div a {
  display: inline-block;
  margin: 0 15px 0 0;
  padding: 2px 0 2px 25px;
  font: 400 13px/23px "Open Sans", font70108, Arial, Helvetica, sans-serif;
  color: #999999;
  text-transform: uppercase;
}

/* line 8674, C:/Users/lrent/Desktop/new css/scss/style.scss */
#area-reservada .full-page #area-reservada-options div a.option-remover {
  background: transparent url("/temas/stricker/images/delete-icon.svg") no-repeat left 3px center;
  background-size: 11px 13px;
}

/* line 8679, C:/Users/lrent/Desktop/new css/scss/style.scss */
#area-reservada .full-page #area-reservada-options div a.option-utilizar {
  background: transparent url("/temas/stricker/images/cart.svg") no-repeat left center;
  background-size: 20px auto;
  color: #0082be;
}

/* line 8685, C:/Users/lrent/Desktop/new css/scss/style.scss */
#area-reservada .full-page #area-reservada-options div a.option-add {
  background: transparent url("/temas/stricker/images/mais.svg") no-repeat left center;
  background-size: 20px auto;
  color: #0082be;
}

/* line 8694, C:/Users/lrent/Desktop/new css/scss/style.scss */
#area-reservada .full-page .table-flex {
  width: 100%;
  border-collapse: collapse;
}

/* line 8699, C:/Users/lrent/Desktop/new css/scss/style.scss */
#area-reservada .full-page .table-flex .head td {
  padding: 10px 15px;
  font: 400 13px/120% "Open Sans", font70108, Arial, Helvetica, sans-serif;
  color: #858585;
  text-transform: uppercase;
  vertical-align: bottom;
  background: transparent !important;
  border: 0px;
}

/* line 8711, C:/Users/lrent/Desktop/new css/scss/style.scss */
#area-reservada .full-page .table-flex tr td {
  padding: 15px 15px;
  border: 1px solid #DDDDDD;
}

/* line 8715, C:/Users/lrent/Desktop/new css/scss/style.scss */
#area-reservada .full-page .table-flex tr td, #area-reservada .full-page .table-flex tr td a {
  font: 400 13px/120% "Open Sans", font70108, Arial, Helvetica, sans-serif;
  color: #666666;
}

/* line 8720, C:/Users/lrent/Desktop/new css/scss/style.scss */
#area-reservada .full-page .table-flex tr td .img-wrap {
  width: 100%;
}

/* line 8723, C:/Users/lrent/Desktop/new css/scss/style.scss */
#area-reservada .full-page .table-flex tr td .img-wrap img {
  max-width: 100%;
}

/* line 8728, C:/Users/lrent/Desktop/new css/scss/style.scss */
#area-reservada .full-page .table-flex tr td.options {
  text-align: center;
}

/* line 8731, C:/Users/lrent/Desktop/new css/scss/style.scss */
#area-reservada .full-page .table-flex tr td.options > .option-mais {
  display: inline-block;
  width: 40px;
  height: 30px;
  background: transparent url("/temas/stricker/images/bt_verDetalhe-off.svg") no-repeat center center;
  background-size: 40px 30px;
  border-radius: 2px;
  text-indent: -999999px;
}

/* line 8741, C:/Users/lrent/Desktop/new css/scss/style.scss */
#area-reservada .full-page .table-flex tr td.options > .option-remover {
  display: inline-block;
  width: 40px;
  height: 30px;
  background: #E7E7E7 url("/temas/stricker/images/delete-icon.svg") no-repeat center center;
  background-size: 12px auto;
  border-radius: 2px;
  text-indent: -999999px;
}

/* line 8751, C:/Users/lrent/Desktop/new css/scss/style.scss */
#area-reservada .full-page .table-flex tr td.options > .option-pesquisar {
  display: inline-block;
  width: 40px;
  height: 30px;
  background: #E7E7E7 url("/temas/stricker/images/search.svg") no-repeat center center;
  background-size: 14px auto;
  border-radius: 2px;
  text-indent: -999999px;
}

/* line 8761, C:/Users/lrent/Desktop/new css/scss/style.scss */
#area-reservada .full-page .table-flex tr td.options > .option-pdf {
  display: inline-block;
  width: 40px;
  height: 30px;
  background: #E7E7E7 url("/temas/stricker/images/print2.svg") no-repeat center center;
  background-size: 14px auto;
  border-radius: 2px;
  text-indent: -999999px;
}

/* line 8771, C:/Users/lrent/Desktop/new css/scss/style.scss */
#area-reservada .full-page .table-flex tr td.options > .option-download {
  display: inline-block;
  width: 40px;
  height: 30px;
  background: #E7E7E7 url("/temas/stricker/images/download-icon-gray.svg") no-repeat center center;
  background-size: 13px auto;
  border-radius: 2px;
  text-indent: -999999px;
}

/* line 8781, C:/Users/lrent/Desktop/new css/scss/style.scss */
#area-reservada .full-page .table-flex tr td.options > .option-edit {
  display: inline-block;
  width: 40px;
  height: 30px;
  background: #E7E7E7 url("/temas/stricker/images/edit.svg") no-repeat center center;
  background-size: 14px auto;
  border-radius: 2px;
  text-indent: -999999px;
}

/* line 8791, C:/Users/lrent/Desktop/new css/scss/style.scss */
#area-reservada .full-page .table-flex tr td.options > .option-lock {
  display: inline-block;
  width: 40px;
  height: 30px;
  background: #E7E7E7 url("/temas/stricker/images/login_icon-gray.svg") no-repeat center center;
  background-size: 16px auto;
  border-radius: 2px;
  text-indent: -999999px;
}

/* line 8804, C:/Users/lrent/Desktop/new css/scss/style.scss */
#area-reservada .full-page .table-flex tr:nth-child(2n + 1) td {
  background: #FFFFFF;
}

/* line 8811, C:/Users/lrent/Desktop/new css/scss/style.scss */
#area-reservada .full-page #newsletters-activas {
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 20px;
}

/* line 8819, C:/Users/lrent/Desktop/new css/scss/style.scss */
#area-reservada .full-page #newsletters-activas .newsletter {
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
}

/* line 8824, C:/Users/lrent/Desktop/new css/scss/style.scss */
#area-reservada .full-page #newsletters-activas .newsletter img {
  -webkit-transition: color 250ms ease-in-out, background 250ms ease-in-out, opacity 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  -ms-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}

/* line 8828, C:/Users/lrent/Desktop/new css/scss/style.scss */
#area-reservada .full-page #newsletters-activas .newsletter:hover, #area-reservada .full-page #newsletters-activas .newsletter:focus {
  opacity: 1;
}

/* line 8831, C:/Users/lrent/Desktop/new css/scss/style.scss */
#area-reservada .full-page #newsletters-activas .newsletter:hover img, #area-reservada .full-page #newsletters-activas .newsletter:focus img {
  transform: scale(1.1);
  opacity: 0.9;
}

/* line 8837, C:/Users/lrent/Desktop/new css/scss/style.scss */
#area-reservada .full-page #newsletters-activas .newsletter .info {
  padding: 15px 20px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.65);
  color: #FFFFFF;
  font-size: 0px;
}

/* line 8847, C:/Users/lrent/Desktop/new css/scss/style.scss */
#area-reservada .full-page #newsletters-activas .newsletter .info .info-title {
  display: block;
  font: 400 18px/120% "Open Sans", font70108, Arial, Helvetica, sans-serif;
  letter-spacing: 1px;
}

/* line 8852, C:/Users/lrent/Desktop/new css/scss/style.scss */
#area-reservada .full-page #newsletters-activas .newsletter .info .info-tema {
  display: block;
  margin-top: 5px;
  font: 400 11px/120% "Open Sans", font70108, Arial, Helvetica, sans-serif;
  letter-spacing: 1px;
  text-transform: uppercase;
}

/* line 8866, C:/Users/lrent/Desktop/new css/scss/style.scss */
#html.tpl-clientes_acessos_extra #area-reservada-options {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

/* line 8871, C:/Users/lrent/Desktop/new css/scss/style.scss */
#catalogo-wrap #client-notifications {
  display: block;
  margin: 0 0 20px 0;
  padding: 0 10px 0 0;
  width: 100%;
  text-align: right;
}

/* line 8878, C:/Users/lrent/Desktop/new css/scss/style.scss */
#catalogo-wrap #client-notifications > span {
  display: inline-block;
  font: 400 12px/24px "Open Sans", font70108, Arial, Helvetica, sans-serif;
  color: #333333;
  vertical-align: middle;
}

/* line 8885, C:/Users/lrent/Desktop/new css/scss/style.scss */
#catalogo-wrap #client-notifications > input[type="checkbox"] {
  display: none;
  visibility: hidden;
}

/* line 8890, C:/Users/lrent/Desktop/new css/scss/style.scss */
#catalogo-wrap #client-notifications > input[type="checkbox"] + label {
  display: inline-block;
  margin: 0 0 0 10px;
  padding: 0;
  width: 48px;
  height: 24px;
  border: 1px solid #CCCCCC;
  border-radius: 15px;
  cursor: pointer;
  font: 0px;
  text-indent: -99999px;
  background: #EEEEEE url("/temas/stricker/images/radioButton-off.svg") no-repeat scroll left center;
  background-size: 24px 24px;
  vertical-align: middle;
  -webkit-transition: color 150ms ease-in-out, background 150ms ease-in-out, opacity 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  -ms-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}

/* line 8908, C:/Users/lrent/Desktop/new css/scss/style.scss */
#catalogo-wrap #client-notifications > input[type="checkbox"]:checked + label {
  background-color: #FBFBFB;
  background-image: url("/temas/stricker/images/radioButton.svg");
  background-position: right center;
}

/* line 8915, C:/Users/lrent/Desktop/new css/scss/style.scss */
a.laptoponly {
  cursor: initial !important;
  pointer-events: none !important;
  opacity: 0.8 !important;
  white-space: normal !important;
  text-decoration: none !important;
}

/* line 8922, C:/Users/lrent/Desktop/new css/scss/style.scss */
a.laptoponly span {
  font: 400 10px/100% "Open Sans", font70108, Arial, Helvetica, sans-serif;
}

/* line 8927, C:/Users/lrent/Desktop/new css/scss/style.scss */
#copy-to,
#copy-from {
  background: #F5F5F5;
  padding: 20px;
  margin-top: 20px;
}

/* line 8933, C:/Users/lrent/Desktop/new css/scss/style.scss */
#copy-to p,
#copy-from p {
  background: #FFFFFF;
  margin: 1px 0;
  padding: 10px 10px;
}

/* line 8938, C:/Users/lrent/Desktop/new css/scss/style.scss */
#copy-to p label,
#copy-from p label {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
  cursor: pointer;
}

/* line 8945, C:/Users/lrent/Desktop/new css/scss/style.scss */
#copy-to p label > img,
#copy-from p label > img {
  max-width: 50px;
  margin: 0 10px;
}

/* line 8950, C:/Users/lrent/Desktop/new css/scss/style.scss */
#copy-to p label .flex,
#copy-from p label .flex {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  width: 100%;
}

/* line 8956, C:/Users/lrent/Desktop/new css/scss/style.scss */
#copy-to p label .flex .opcional,
#copy-from p label .flex .opcional {
  display: -webkit-flex;
  display: flex;
  padding-right: 20px;
}

/* line 8960, C:/Users/lrent/Desktop/new css/scss/style.scss */
#copy-to p label .flex .opcional .cor,
#copy-from p label .flex .opcional .cor {
  height: 15px;
  width: 15px;
  border-radius: 1px;
  display: inline-block;
  margin-left: 10px;
}

/* line 8971, C:/Users/lrent/Desktop/new css/scss/style.scss */
#copy-to p input,
#copy-from p input {
  opacity: 0;
  visibility: hidden;
}

/* line 8976, C:/Users/lrent/Desktop/new css/scss/style.scss */
#copy-to p input[type="radio"] + label,
#copy-to p input[type="checkbox"] + label,
#copy-from p input[type="radio"] + label,
#copy-from p input[type="checkbox"] + label {
  background: transparent url("/temas/stricker/images/radioButton-off.svg") no-repeat scroll left center;
  background-size: 16px 16px;
  padding-left: 16px;
}

/* line 8984, C:/Users/lrent/Desktop/new css/scss/style.scss */
#copy-to p input[type="radio"]:checked + label,
#copy-to p input[type="checkbox"]:checked + label,
#copy-from p input[type="radio"]:checked + label,
#copy-from p input[type="checkbox"]:checked + label {
  background-image: url("/temas/stricker/images/radioButton.svg");
}

/* line 8992, C:/Users/lrent/Desktop/new css/scss/style.scss */
#copy-to p {
  position: relative;
  margin-top: 20px;
}

/* line 8996, C:/Users/lrent/Desktop/new css/scss/style.scss */
#copy-to p > .titulo {
  position: relative;
  top: -25px;
  background: #FFFFFF;
  display: inline-block;
  padding: 4px 10px 0px;
  left: -10px;
  text-transform: uppercase;
  font: 400 12px/100% "Open Sans", font70108, Arial, Helvetica, sans-serif;
}

/* line 9009, C:/Users/lrent/Desktop/new css/scss/style.scss */
.DTFC_LeftWrapper .DTFC_LeftBodyLiner {
  overflow-y: hidden !important;
}

/* line 9013, C:/Users/lrent/Desktop/new css/scss/style.scss */
a[href] .img-wrap.center img {
  -webkit-transition: color 700ms ease-in-out, background 700ms ease-in-out, opacity 700ms ease-in-out;
  -moz-transition: all 700ms ease-in-out;
  -ms-transition: all 700ms ease-in-out;
  -o-transition: all 700ms ease-in-out;
  transition: all 700ms ease-in-out;
  -webkit-transform: scale3d(1, 1, 1);
  -moz-transform: scale3d(1, 1, 1);
  -ms-transform: scale3d(1, 1, 1);
  -o-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}

/* line 9017, C:/Users/lrent/Desktop/new css/scss/style.scss */
a[href]:focus .img-wrap.center img,
a[href]:hover .img-wrap.center img {
  -webkit-transform: scale3d(1.05, 1.05, 1) rotate(0.02deg);
  -moz-transform: scale3d(1.05, 1.05, 1) rotate(0.02deg);
  -ms-transform: scale3d(1.05, 1.05, 1) rotate(0.02deg);
  -o-transform: scale3d(1.05, 1.05, 1) rotate(0.02deg);
  transform: scale3d(1.05, 1.05, 1) rotate(0.02deg);
}

/* line 9022, C:/Users/lrent/Desktop/new css/scss/style.scss */
#msg-better-desktop-personalizador {
  display: none;
}

/* line 9026, C:/Users/lrent/Desktop/new css/scss/style.scss */
.ajs-button.ajs-cancel:empty {
  display: none;
}

/* line 9032, C:/Users/lrent/Desktop/new css/scss/style.scss */
.pf-scroll.ps-active-x + .can-scroll-hover:after {
  position: absolute;
  content: " ";
  width: 60px;
  height: 60px;
  top: 10px;
  top: calc(50% - 30px);
  left: 50%;
  left: calc(50% - 30px);
  pointer-events: none;
  opacity: 1;
  visibility: visible;
  -webkit-transition: color 400ms ease-in-out, background 400ms ease-in-out, opacity 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}

/* line 9047, C:/Users/lrent/Desktop/new css/scss/style.scss */
.pf-scroll.ps-active-x.ps-x + .can-scroll-hover:after,
.pf-scroll.ps-active-x.scrolled + .can-scroll-hover:after,
.pf-scroll.ps-active-x:focus + .can-scroll-hover:after,
.pf-scroll.ps-active-x:hover + .can-scroll-hover:after {
  visibility: hidden;
  opacity: 0;
}

/* line 9056, C:/Users/lrent/Desktop/new css/scss/style.scss */
#html.tpl-loja_orcamento #tab_carrinho .customisation-wrapper .view-edit {
  display: none;
}

/* line 9062, C:/Users/lrent/Desktop/new css/scss/style.scss */
#html.tpl-valores #valores-wrap {
  background: transparent url("/temas/stricker/images/pattern_values.png") repeat scroll center center;
  padding: 90px 0 120px;
}

/* line 9068, C:/Users/lrent/Desktop/new css/scss/style.scss */
#html.tpl-valores #valores-wrap .full-page > .titulo {
  font: 700 30px/120% "Open Sans", font70108, Arial, Helvetica, sans-serif;
  letter-spacing: 1pt;
  color: #444444;
  text-align: center;
  margin-bottom: 60px;
  text-transform: uppercase;
}

/* line 9077, C:/Users/lrent/Desktop/new css/scss/style.scss */
#html.tpl-valores #valores-wrap .full-page #icons-wrapper {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
}

/* line 9084, C:/Users/lrent/Desktop/new css/scss/style.scss */
#html.tpl-valores #valores-wrap .full-page #icons-wrapper .valor {
  margin: 5px 10px;
  cursor: pointer;
}

/* line 9089, C:/Users/lrent/Desktop/new css/scss/style.scss */
#html.tpl-valores #valores-wrap .full-page #icons-wrapper .valor:hover .nome {
  color: #444444;
}

/* line 9095, C:/Users/lrent/Desktop/new css/scss/style.scss */
#html.tpl-valores #valores-wrap .full-page #icons-wrapper .valor.active .img-wrap .normal {
  display: none;
}

/* line 9098, C:/Users/lrent/Desktop/new css/scss/style.scss */
#html.tpl-valores #valores-wrap .full-page #icons-wrapper .valor.active .img-wrap .hover {
  display: block;
}

/* line 9102, C:/Users/lrent/Desktop/new css/scss/style.scss */
#html.tpl-valores #valores-wrap .full-page #icons-wrapper .valor.active .nome {
  color: #444444;
}

/* line 9107, C:/Users/lrent/Desktop/new css/scss/style.scss */
#html.tpl-valores #valores-wrap .full-page #icons-wrapper .valor .img-wrap {
  margin-bottom: 25px;
}

/* line 9110, C:/Users/lrent/Desktop/new css/scss/style.scss */
#html.tpl-valores #valores-wrap .full-page #icons-wrapper .valor .img-wrap .normal {
  display: block;
}

/* line 9113, C:/Users/lrent/Desktop/new css/scss/style.scss */
#html.tpl-valores #valores-wrap .full-page #icons-wrapper .valor .img-wrap .hover {
  display: none;
}

/* line 9117, C:/Users/lrent/Desktop/new css/scss/style.scss */
#html.tpl-valores #valores-wrap .full-page #icons-wrapper .valor .nome {
  font: 700 17px/120% "Open Sans", font70108, Arial, Helvetica, sans-serif;
  letter-spacing: 0pt;
  color: rgba(136, 136, 136, 0.4);
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: color 200ms ease-in-out, background 200ms ease-in-out, opacity 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

/* line 9127, C:/Users/lrent/Desktop/new css/scss/style.scss */
#html.tpl-valores #valores-wrap .full-page #textos-wrapper {
  padding: 80px 0;
}

/* line 9130, C:/Users/lrent/Desktop/new css/scss/style.scss */
#html.tpl-valores #valores-wrap .full-page #textos-wrapper .textos {
  opacity: 0;
  visibility: hidden;
  height: 0;
  -moz-transition: height 0s ease-in-out, opacity 300ms ease-in-out;
  -webkit-transition: height 0s ease-in-out, opacity 300ms ease-in-out;
  -o-transition: height 0s ease-in-out, opacity 300ms ease-in-out;
  transition: height 0s ease-in-out, opacity 300ms ease-in-out;
}

/* line 9141, C:/Users/lrent/Desktop/new css/scss/style.scss */
#html.tpl-valores #valores-wrap .full-page #textos-wrapper .textos.active {
  opacity: 1;
  visibility: visible;
  height: auto;
}

/* line 9148, C:/Users/lrent/Desktop/new css/scss/style.scss */
#html.tpl-valores #valores-wrap .full-page #textos-wrapper .textos .titulo {
  font: 700 40px/130% "Open Sans", font70108, Arial, Helvetica, sans-serif;
  color: #545454;
  text-align: center;
}

/* line 9153, C:/Users/lrent/Desktop/new css/scss/style.scss */
#html.tpl-valores #valores-wrap .full-page #textos-wrapper .textos .texto {
  font: 400 30px/130% "Open Sans", font70108, Arial, Helvetica, sans-serif;
  color: #545454;
  text-align: center;
}

/* line 9165, C:/Users/lrent/Desktop/new css/scss/style.scss */
#html.tpl-equipa #equipa-wrap {
  padding: 90px 0 180px;
}

/* line 9170, C:/Users/lrent/Desktop/new css/scss/style.scss */
#html.tpl-equipa #equipa-wrap .full-page > .titulo {
  font: 700 30px/120% "Open Sans", font70108, Arial, Helvetica, sans-serif;
  letter-spacing: 1pt;
  color: #444444;
  text-align: center;
  margin-bottom: 60px;
  text-transform: uppercase;
}

/* line 9180, C:/Users/lrent/Desktop/new css/scss/style.scss */
#html.tpl-equipa #equipa-wrap .full-page #linhas-wrapper .linha {
  margin: 5px 0;
  position: relative;
}

/* line 9184, C:/Users/lrent/Desktop/new css/scss/style.scss */
#html.tpl-equipa #equipa-wrap .full-page #linhas-wrapper .linha, #html.tpl-equipa #equipa-wrap .full-page #linhas-wrapper .linha * {
  -webkit-transition: color 350ms ease-in-out, background 350ms ease-in-out, opacity 350ms ease-in-out;
  -moz-transition: all 350ms ease-in-out;
  -ms-transition: all 350ms ease-in-out;
  -o-transition: all 350ms ease-in-out;
  transition: all 350ms ease-in-out;
}

/* line 9188, C:/Users/lrent/Desktop/new css/scss/style.scss */
#html.tpl-equipa #equipa-wrap .full-page #linhas-wrapper .linha .img-wrap {
  height: 140px;
  -webkit-align-items: center;
  align-items: center;
}

/* line 9192, C:/Users/lrent/Desktop/new css/scss/style.scss */
#html.tpl-equipa #equipa-wrap .full-page #linhas-wrapper .linha .img-wrap img {
  height: 500px;
  width: 1200px;
}

/* line 9198, C:/Users/lrent/Desktop/new css/scss/style.scss */
#html.tpl-equipa #equipa-wrap .full-page #linhas-wrapper .linha .float-1 {
  background: rgba(0, 0, 0, 0.45);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  cursor: pointer;
}

/* line 9210, C:/Users/lrent/Desktop/new css/scss/style.scss */
#html.tpl-equipa #equipa-wrap .full-page #linhas-wrapper .linha .float-1:hover {
  background: rgba(0, 0, 0, 0.3);
}

/* line 9214, C:/Users/lrent/Desktop/new css/scss/style.scss */
#html.tpl-equipa #equipa-wrap .full-page #linhas-wrapper .linha .float-1 .nome {
  font: 700 25px/120% "Open Sans", font70108, Arial, Helvetica, sans-serif;
  letter-spacing: 1pt;
  color: #FFFFFF;
  text-align: center;
  text-transform: uppercase;
  padding: 0 30px;
  background: transparent url("/temas/stricker/images/open_team.svg") no-repeat scroll left center/20px 20px;
}

/* line 9225, C:/Users/lrent/Desktop/new css/scss/style.scss */
#html.tpl-equipa #equipa-wrap .full-page #linhas-wrapper .linha .float-2 {
  background: #0089c5;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 50%;
  min-width: 500px;
  padding: 5px 20px;
}

/* line 9235, C:/Users/lrent/Desktop/new css/scss/style.scss */
#html.tpl-equipa #equipa-wrap .full-page #linhas-wrapper .linha .float-2 .close {
  display: inline-block;
  font: 400 14px/120% "Open Sans", font70108, Arial, Helvetica, sans-serif;
  color: #FFFFFF;
  padding: 20px 20px 20px 45px;
  background: transparent url("/temas/stricker/images/close_team.svg") no-repeat scroll left center/25px 25px;
  cursor: pointer;
}

/* line 9244, C:/Users/lrent/Desktop/new css/scss/style.scss */
#html.tpl-equipa #equipa-wrap .full-page #linhas-wrapper .linha .float-2 .inside {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  padding: 0 70px;
  height: 100%;
  height: calc(100% - 50px);
}

/* line 9253, C:/Users/lrent/Desktop/new css/scss/style.scss */
#html.tpl-equipa #equipa-wrap .full-page #linhas-wrapper .linha .float-2 .inside .nome {
  font: 700 30px/120% "Open Sans", font70108, Arial, Helvetica, sans-serif;
  letter-spacing: 1pt;
  color: #FFFFFF;
  text-transform: uppercase;
  text-align: left;
  margin-bottom: 35px;
}

/* line 9261, C:/Users/lrent/Desktop/new css/scss/style.scss */
#html.tpl-equipa #equipa-wrap .full-page #linhas-wrapper .linha .float-2 .inside .nome.icon {
  padding: 30px 0 0 50px;
}

/* line 9265, C:/Users/lrent/Desktop/new css/scss/style.scss */
#html.tpl-equipa #equipa-wrap .full-page #linhas-wrapper .linha .float-2 .inside .texto {
  font: 400 22px/130% "Open Sans", font70108, Arial, Helvetica, sans-serif;
  color: #FFFFFF;
  text-align: left;
}

/* line 9274, C:/Users/lrent/Desktop/new css/scss/style.scss */
#html.tpl-equipa #equipa-wrap .full-page #linhas-wrapper .linha.active .img-wrap {
  height: 500px;
}

/* line 9278, C:/Users/lrent/Desktop/new css/scss/style.scss */
#html.tpl-equipa #equipa-wrap .full-page #linhas-wrapper .linha.active .float-1 {
  opacity: 0;
  visibility: hidden;
  display: none;
}

/* line 9284, C:/Users/lrent/Desktop/new css/scss/style.scss */
#html.tpl-equipa #equipa-wrap .full-page #linhas-wrapper .linha.active .float-2 {
  opacity: 1;
  visibility: visible;
}

/* line 9292, C:/Users/lrent/Desktop/new css/scss/style.scss */
#html.tpl-equipa #equipa-wrap .full-page #linhas-wrapper .linha:not(.active) .float-1 {
  opacity: 1;
  visibility: visible;
}

/* line 9296, C:/Users/lrent/Desktop/new css/scss/style.scss */
#html.tpl-equipa #equipa-wrap .full-page #linhas-wrapper .linha:not(.active) .float-2 {
  opacity: 0;
  visibility: hidden;
  display: none;
}

/* line 9309, C:/Users/lrent/Desktop/new css/scss/style.scss */
#adicionar-todos {
  float: right;
  display: inline-block;
  font: 700 11px/100% "Open Sans", font70108, Arial, Helvetica, sans-serif;
  color: #999999;
  padding: 10px 25px;
  border-radius: 3px;
  background: #E7E7E7;
  text-transform: uppercase;
  cursor: pointer;
  margin: 10px 0;
}

/* line 9321, C:/Users/lrent/Desktop/new css/scss/style.scss */
#adicionar-todos:hover, #adicionar-todos:focus {
  color: #FFFFFF;
  background: #0082be;
}

/* line 9328, C:/Users/lrent/Desktop/new css/scss/style.scss */
.image-select {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 250px;
  position: relative;
  padding: 15px 15px;
  border: 1px solid #E5E5E5;
  margin: 10px 0;
}

/* line 9337, C:/Users/lrent/Desktop/new css/scss/style.scss */
.image-select .preview {
  width: 100%;
  cursor: pointer;
  text-align: center;
  color: #868686;
  text-transform: uppercase;
  font: 400 12px/100% "Open Sans", font70108, Arial, Helvetica, sans-serif;
}

/* line 9346, C:/Users/lrent/Desktop/new css/scss/style.scss */
.image-select .list {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-transition: color 400ms ease-in-out, background 400ms ease-in-out, opacity 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
  height: 150px;
  max-height: 150px;
  z-index: 10;
  background: #FFFFFF;
  border: 1px solid #E5E5E5;
  padding: 10px;
  display: none;
  text-align: center;
}

/* line 9365, C:/Users/lrent/Desktop/new css/scss/style.scss */
.image-select .list img {
  width: 100%;
  height: auto;
  padding: 5px 0;
  cursor: pointer;
  max-width: 150px;
}

/* line 9373, C:/Users/lrent/Desktop/new css/scss/style.scss */
.image-select .list .remove {
  padding: 10px 0;
  text-transform: uppercase;
  color: #868686;
  font: 400 12px/100% "Open Sans", font70108, Arial, Helvetica, sans-serif;
  cursor: pointer;
}

/* line 9384, C:/Users/lrent/Desktop/new css/scss/style.scss */
.block-row > .titulo {
  display: block;
  margin: 25px 0 0 0;
  padding: 0;
  font: 400 14px/100% "Open Sans", font70108, Arial, Helvetica, sans-serif;
  letter-spacing: 1px;
  color: #868686;
  text-transform: uppercase;
  width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  word-wrap: break-word;
}

/* line 9397, C:/Users/lrent/Desktop/new css/scss/style.scss */
.block-row > .sub-titulo {
  display: block;
  margin: 5px 0 10px 0;
  padding: 0;
  font: 400 11px/100% "Open Sans", font70108, Arial, Helvetica, sans-serif;
  letter-spacing: 1px;
  color: #868686;
  width: 100%;
}
/*---------------------------------------- Add ons -----------------------------------------------*/
.opcoes {
	font: 400 25px/100% 'Open Sans', sans-serif;
	text-align: center;
	padding-bottom: 15px;
	}


.line-hidea {
	background-color: #ffffff;
	height: 100%;
	padding-top: 1%
}
	
/*-- Aplicavel a todo o texto texto dentro da caixa --*/
#content {
	font: 400 16px/100% 'Open Sans', sans-serif; 
	text-align: center;
	color: black;
	padding: 10px;
	}
	
/*-- titulo log in --*/
.titulo {
	font: 400 20px/100% 'Open Sans', sans-serif;
}

.hidea-div {
	height: 5px;
	width:100%;
	background-color: #ecf0f1;
	margin-bottom: 20px;
}

/*-- break style --*/
br {display: block;}

/*-- benvindo log in --*/
.saudacao {
	padding: 20px;
	font: 400 25px/100% 'Open Sans', sans-serif;
	font-weight: bold;
}

/*-- botao 1 log in --*/
.botao-login {
    height:100%;
    width:100%;
    margin:0;
    padding:0;
}



/*-- alinhamento do menu --*/
#login-menu {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
}

.titulo-wrap {
	text-align: center;
}


.bemvindo {
	text-align: center;
	margin-bottom: 25px;
	padding-top: 25px;
	line-height: 120%;
}

/*log in fields */
.fields {
	margin-bottom: 15px;
	margin-top: 15px;
	width: 400px;
	display: inline-block;
	line-height: 120%;
}

.titulo-design {
	text-align: center;
	margin-bottom: 35px;
	font: 400 30px/100% 'Open Sans', sans-serif; 
	padding-top: 15px;

}

#opensans {
	margin-left: 5 px;
}



.sub-titulo-design {
	text-align: center;
	margin-bottom: 25px;
}


.sub-titulo-hidea-2 {
	text-align: center;
	margin-bottom: 20px; 
	font-weight: bold;
	margin: 10px;
	font-size: 110%;
}


/* botoes layout e tipo de letra */
#action-buttons {
	margin-top: 20px;
	padding: 0;
}

.buttons-allign {
	display: inline-block;
}

.buttons-align {
	display: inline-block;
}


#wr {
	margin-left: 2px;
}

/* - butoes fonte */
.buttons-font {
	position: static;
}

/* imagem centro */
#imagem-fonte {
	margin-top: 10px;
	margin-bottom: 10px;
}

.upload-form {
	margin: 15px;
}

.img-wrap.center{
	margin-top: 10px;
}

/* - checklist */
.check-lang {
	display: inline-block;
	margin-bottom: 20px;
	text-align: left;
	line-height: 1.2;
}

/* - opcoes hidea - */
.options-hidea {
	text-align: right;
	display: inline-block;
	align-content: space-around;
}

/* - formularios */
.sub-titulo-hidea {
	margin-top: 5px;
	vertical-align: middle;
}

.upload-button {
	display: inline-block;
}
/*
.content { 
	width: 100%;
	height: 100%;
	overflow: auto;
	position: absolute;
}
*/

/* --- Divs top - side -- */
.opcoes-design {
	font: 400 13px/100% "Open Sans", font70108, Arial, Helvetica, sans-serif;
	letter-spacing: 1pt;
	padding: 8px 15px;
	text-transform: uppercase;
	display: inline-block;
}

.titulo-option {
	margin: 15px;
	font-size: 110%;

	display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    -webkit-box-align: center;

    align-items: center;
}
.titulo-info {
	font-size: 13px;
	line-height: 0px;
	text-transform: uppercase;
}
.titulo-desc {
	font: 400 13px/160% "Open Sans",font70108,Arial,Helvetica,sans-serif
}
@media screen and (max-width: 1024px){
  .button.azul.transition {
    display: none;
  }
  
  /* NEW */
  #html.tpl-homepage #content-wrap {
    padding-top: 85px!important;
  }

  /* NEW */
  #html.tpl-homepage #home-owl .owl-slide a .titulo-wrap .titulo {
    font: 700 48px/100% "Open Sans", font70108, Arial, Helvetica, sans-serif;
    margin-bottom: 10px;
  }

  /* NEW */
  #html.tpl-homepage #home-owl .owl-slide a .titulo-wrap .sub-titulo {
    font: 700 20px "Open Sans", font70108, Arial, Helvetica, sans-serif;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 480px){
  .svg {
    /*
	width: 129px !important;
	height: 50px !important;
    */
	margin-left: -9px !important;
  }
   #map{
	width: 100% !important;
	height: 400px !important;
  }	
}

@media screen and (max-width: 480px){
	#top-menus #main-menu .full-page .right #procurar {
  		width: 150px;
		margin-top: 0px;
		margin-right: 0px;
	}
}

@media screen and (max-width: 1024px) {
    .svg {
	    margin-left: -9px !important;
      }
}

/*# sourceMappingURL=../css/style.map */